Skip to content

Releases: vfiksdal/ndict

v1.2.0

29 Mar 11:17

Choose a tag to compare

  • Added handling of long and long long types
  • Added handling of unsigned modifiers
  • Added remove methods for objects and arrays
  • Improved error checking for numeric accessors and comparators

v1.1.2

26 Mar 14:57

Choose a tag to compare

  • Optimized vector/array handling
  • Added more unit- and performance tests

v1.1.1

22 Mar 21:44

Choose a tag to compare

  • Fixed vector/array assignment operator
  • Made njson class static

v1.1.0

21 Mar 17:29

Choose a tag to compare

  • Fixed decoding of array of dictionary objects
  • Added equality comparators (== and !=)
  • Added explicit support for long and long long types

v1.0.1

10 Sep 19:12

Choose a tag to compare

  • Fixed json decoding of negative numbers
  • Added method to check whether key exists

v1.0.0

07 Sep 19:36

Choose a tag to compare

First release of ndict.