Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 530 Bytes

File metadata and controls

35 lines (23 loc) · 530 Bytes

Changelog

1.0.2

Changes:

  • Handles overlapping keys
  • Optimizes code
  • Adds benchmark.py

1.0.1

Changes:

  • Enhanced parsing of associative array objects.
  • Fixes bug where array objects could not end in a digit

1.0

Changes:

  • Permitted associative arrays to be used along with dot notation to declare objects.

.0.4.0

Changes:

  • Allow for gaps in arrays. An entry with None will fill the gap.
  • Fixed bug where more than ten items would result in exception
  • Started Changelog