36 Commits
Author SHA1 Message Date
Randall Winkhart be443b8b0f Correct capital example in README 2024-10-27 01:26:10 -04:00
RandyTheSilly 9812cc6abd Bump Go to 1.23 v0.2.0 2024-10-27 00:57:30 -04:00
RandyTheSilly 65e09936c0 Expand test cases to cover vinculum range 2024-10-27 00:38:57 -04:00
RandyTheSilly 6148897d85 Update benchmark for vinculum support 2024-10-27 00:20:25 -04:00
RandyTheSilly 3e38327aa4 Correct existing tests to account for vinculum support 2024-10-27 00:06:37 -04:00
RandyTheSilly ba1c6d30ed Use vinculum in README example 2024-10-27 00:03:46 -04:00
RandyTheSilly fc6dbc7d0d Improve README example 2024-10-27 00:00:18 -04:00
RandyTheSilly 63f3025096 Add support for (inefficiently) getting uppercase return values 2024-10-26 23:54:18 -04:00
RandyTheSilly afad2b7ee8 Properly cap vinculum range at 3,999,999 2024-10-26 23:28:37 -04:00
RandyTheSilly 9431220427 Initial vinculum range support 2024-10-26 23:11:37 -04:00
RandyTheSilly 6278fde12d Return roman numerals as lowercase strings v0.1.0 2024-10-25 16:26:43 -04:00
RandyTheSilly 0846ed7063 Do not return an error on out of bounds (return "OOB" string instead) 2024-10-25 16:10:32 -04:00
RandyTheSilly e5078a53b4 Rename .go files to match package rename 2024-10-25 15:26:42 -04:00
RandyTheSilly f3fdc8d9e8 Strip unneeded functionality; slightly optimize for specific use-case 2024-10-25 15:22:53 -04:00
Branden Colen 1823dc2593 cleaned up code 2021-04-05 21:48:17 -05:00
Branden Colen 73a2c14edb updated docs and readme 2021-04-05 20:53:51 -05:00
Branden Colen d06ebbee03 simplified inttobytes 2021-04-02 23:33:11 -05:00
Branden Colen 37a85dd4b7 improved runtime for converting from int 2021-04-02 23:27:08 -05:00
Branden Colen 2f52a116fe added int to bytes 2021-04-02 18:36:07 -05:00
Branden Colen bd35ba4db7 added bytes to int 2021-04-02 18:23:07 -05:00
Branden Colen 3633dc0c96 updated readme 2021-04-02 11:48:18 -05:00
Branden Colen 168b572a55 not using buffer to save b/op 2021-04-02 11:47:47 -05:00
Branden Colen a814f4356c updated readme 2021-04-02 11:41:13 -05:00
Branden Colen b4f47359bc improved speed and added BytesToInt 2021-04-02 11:41:13 -05:00
Branden d98473f5cc Update README.md 2021-04-01 18:45:06 -05:00
Branden eb3ae90e50 Create go.yml 2021-04-01 18:41:40 -05:00
Branden Colen 872ce23d5c updated docs 2021-04-01 18:28:22 -05:00
Branden Colen ec567ba35d upped coverage to 100% 2021-04-01 10:56:07 -05:00
Branden b897677022 Create README.md 2021-04-01 10:43:55 -05:00
Branden Colen bc3ba62833 fixed comment 2021-04-01 10:37:52 -05:00
Branden Colen 996383d45f added better comments 2021-04-01 10:36:44 -05:00
Branden 0dfcd83c85 updated example in readme 2021-02-07 15:21:01 -06:00
Branden ffcc16a44f added examples 2021-02-07 15:19:37 -06:00
Branden 676cdcecbe Merge pull request #1 from brandenc40/add-license-1
Create LICENSE
2021-02-07 15:12:43 -06:00
Branden d47946c6ad Create LICENSE 2021-02-07 15:12:33 -06:00
Branden 60834482b2 initial commit 2021-02-07 15:09:13 -06:00