This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Releases: Patitotective/niprefs
Releases · Patitotective/niprefs
v0.3.4
- Updated
toml_serializationdependency tov0.2.3 - Added support for
array.add "string". - Improved tests.
Full Changelog: 0.3.3...0.3.4
v0.3.3
- Not exporting
$toml_serialization procedure. - Added
lenprocedure forTomlKind.String. - Added
addprocedure forTomlKind.String. - Added
containsprocedure forTomlKind.String
Full Changelog: 0.3.1...0.3.3
v0.3.1
- Renamed
niprefs/nodetoniprefs/nodeutils. - New
toTTablesmacro andtoTTabletemplate. - More support for
TomlValueRef(kind: TomlKind.Tables). - Added nil assertions.
Full Changelog: 0.3.0...0.3.1
v0.3.0
- Totally removed prefs parser, now using TOML.
- Not reading nor updating the file everytime you read it or write it anymore. Now using
contentfield and the user must manuallysaveit at the end to update the prefs file.
Full Changelog: 0.2.3...0.3.0
v0.2.3
- Fixed
addedanddeletedprocs. - Added
containsforPSeq.
Full Changelog: 0.2.2...0.2.3
v0.2.2
- Using
createDirinstead ofcheckFileto create the directories to the prefs path avoiding permission errors.
Full Changelog: 0.2.1...0.2.2
v0.2.1
- Fixed bug with windows new lines.
Full Changelog: 0.2.0...0.2.1
v0.2.0
- Fixed error when parsing escaped sequences.
Full Changelog: 0.1.7...0.2.0
v0.1.62
- Now normalizing keys on
containsproc forPObjectTypeandPrefsNode(kind=PObject).
Full Changelog: 0.1.61...0.1.62