Releases: andoriyu/uclicious
Releases · andoriyu/uclicious
0.1.8
[0.1.8] - 2023-04-25
Documentation
Miscellaneous Tasks
Deps
- Update libucl vendored to 0.8.2
v0.1.7
[0.1.7] - 2021-11-11
Bug Fixes
- Forgot to release _derive crate last time
Documentation
- Update readme for try_from
Miscellaneous Tasks
- Update changelog for 0.1.6
Full Changelog: v0.1.6...v0.1.7
v0.1.5
0.1.5 (2020-04-20)
Bug Fixes
- sys: Update to latest snapshot of libucl (01c8451)
Features
- derive: Ability to add chunks (79631ad)
- derive: Ability to add pre_sync_hook (958d82a)
- parser: Introduce VaribleHandler trait (6c7f4e0)
- vh: Add simple and safe iterface to parser (0406473)
- vh: Make variables handlers into features (139a9de)
- vh/compound: Introduce Compound VarHandler (73f7229)
- vh/env: Introduce EnvVar variable handler (a13f0fa)
v0.1.4
0.1.4 (2020-04-05)
Bug Fixes
- iter: iterators for implicit arrays (#12) (af2a5cc)
- priority: Priority incorrectly capped at 15 (#15) (5ce2514)
Features
- object: Ability to clone and deepclone objects (38de0fc)
- object: Implement Ord (#14) (1fd4f73)
- object: Implement PartialEq (#10) (5b7b78b)
- Derive mandatory traits for Priority (9770705)
v0.1.3
0.1.3 (2020-04-04)
Bug Fixes
- derive: automatically convert TryFrom errors (c3273e5)
Features
- derive: Map conversion helper (51056a6)
0.1.2
0.1.2 (2020-03-22)
Features
- Ability to "wrap" other errors inside ObjectError. (7e4db2c)
- Add TryInto trait for simplicity of conversion. (5f1cff2)
0.1.1
0.1.1 (2020-03-16)
Features
- Ability to call set_filevars on a builder. (7e8724f)
- Ability to register variables on a builder. (a2f3ede)
- Parse time object into f64 and Duration (40f6bd4)