lib/array_logic/version.rb in array_logic-0.2.2 vs lib/array_logic/version.rb in array_logic-0.2.3

- old
+ new

@@ -1,10 +1,16 @@ module ArrayLogic - VERSION = "0.2.2" + VERSION = "0.2.3" end # History # ======= +# +# Version 0.2.3 +# ------------- +# Bug fix: Identification of ids in rule would see a number preceded by a number +# as a valid id. So 51 would be seen as 1, and 34 as 4. Updated id pattern to +# only return numbers that are preceded by a letter. # # Version 0.2.2 # ------------- # Refactor to allow functions to be more flexible. That's is, to handle unexpected # input, rather than just rejecting it.