Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Releases: Patitotective/niprefs

v0.3.4

19 Jun 21:09

Choose a tag to compare

  • Updated toml_serialization dependency to v0.2.3
  • Added support for array.add "string".
  • Improved tests.

Full Changelog: 0.3.3...0.3.4

v0.3.3

15 Jun 02:19

Choose a tag to compare

  • Not exporting $ toml_serialization procedure.
  • Added len procedure for TomlKind.String.
  • Added add procedure for TomlKind.String.
  • Added contains procedure for TomlKind.String

Full Changelog: 0.3.1...0.3.3

v0.3.1

10 Jun 02:18

Choose a tag to compare

  • Renamed niprefs/node to niprefs/nodeutils.
  • New toTTables macro and toTTable template.
  • More support for TomlValueRef(kind: TomlKind.Tables).
  • Added nil assertions.

Full Changelog: 0.3.0...0.3.1

v0.3.0

09 Jun 20:32

Choose a tag to compare

  • Totally removed prefs parser, now using TOML.
  • Not reading nor updating the file everytime you read it or write it anymore. Now using content field and the user must manually save it at the end to update the prefs file.

Full Changelog: 0.2.3...0.3.0

v0.2.3

29 May 01:41

Choose a tag to compare

  • Fixed added and deleted procs.
  • Added contains for PSeq.

Full Changelog: 0.2.2...0.2.3

v0.2.2

13 May 00:00

Choose a tag to compare

  • Using createDir instead of checkFile to create the directories to the prefs path avoiding permission errors.

Full Changelog: 0.2.1...0.2.2

v0.2.1

12 May 23:31

Choose a tag to compare

  • Fixed bug with windows new lines.

Full Changelog: 0.2.0...0.2.1

v0.2.0

07 May 22:11

Choose a tag to compare

  • Fixed error when parsing escaped sequences.

Full Changelog: 0.1.7...0.2.0

v0.1.62

05 May 23:50

Choose a tag to compare

  • Now normalizing keys on contains proc for PObjectType and PrefsNode (kind=PObject).

Full Changelog: 0.1.61...0.1.62

v0.1.61

01 May 16:51

Choose a tag to compare