Skip to content

Releases: carlosjhr64/base_convert

BaseConvert 7.1

29 Dec 16:46
Compare
Choose a tag to compare

Added Entropia.

BaseConvert 7.0

26 Dec 23:11
Compare
Choose a tag to compare

Major code review. Assets are now autoloaded as needed.

BaseConvert 6.0 Heuristics

01 Feb 21:04
Compare
Choose a tag to compare

A breaking heuristic change.
Previously on 5:
Number.new('FFF',base: :hex).to_base(:qgraph) #=> j0 91:P95
Now on 6:
Number.new('FFF',base: :hex).to_base(:qgraph) #=> P! 91:Q91

BaseConvert 5.0: No big diff

27 Jan 02:24
Compare
Choose a tag to compare

Did a major bump because build updates from here on may have breaking Ruby-3 code.

BaseConvert 4.0: Buenisimo

11 Jan 21:59
Compare
Choose a tag to compare

This 4.0 version breaks away from 3.0:

  • #tob is now #tos
  • Default digits is now the new :P95 instead of the old G94.
  • A new ascii sorted :G94 replaces the old G94.

v3.1.191231

31 Dec 23:12
Compare
Choose a tag to compare

Although very close to version 3.0,
this is a major rewrite.
It should have best been a version 4.0...
But the gem was sent, and well...
apologies for any breaks.

v3.0.191224

24 Dec 17:38
Compare
Choose a tag to compare

Realease of gem v3.0.191224
Minor bug fix to allow digits strings of length 2, like "01".

v3.0.191221

21 Dec 16:38
Compare
Choose a tag to compare

Release as gem 3.0.191221.
Added a validation to catch digits in string that exceed the declared base.

v3.0.191214

15 Dec 22:09
Compare
Choose a tag to compare

Release as gem v3.0.191214.