shep/CHANGELOG

32 lines
708 B
Plaintext
Raw Normal View History

2022-02-02 10:27:57 +01:00
- 0.0.14
* Add next state advancer
2022-02-02 08:59:52 +01:00
- 0.0.13
* Add next state peek
2022-02-02 08:24:43 +01:00
- 0.0.12
* Add path method
2022-02-01 15:38:24 +01:00
- 0.0.11
* Add sync from persisted store
- 0.0.10
* Implement move, set, unset on persisted store
2022-02-01 10:55:12 +01:00
- 0.0.9
* Add optional overwrite of contents
* Add list all keys by state
2022-02-01 08:47:07 +01:00
- 0.0.8
* Add single bit transition to aliases
2022-02-01 08:11:17 +01:00
- 0.0.7
* Add content for keys
2022-01-31 13:15:36 +01:00
- 0.0.6
* Update description
2022-01-31 16:53:33 +01:00
* Implement simple file store backend (add only)
2022-01-31 13:10:40 +01:00
- 0.0.5
* Add persistence wrapper
2022-01-31 12:23:51 +01:00
- 0.0.4
* Add item lifetime control
- 0.0.3
* Split match to 2-element tuple, returning complex value and simple values separately
- 0.0.2
* Fix rename module name errors
2022-01-31 10:55:56 +01:00
* Add listing and matcher
2022-01-31 09:32:48 +01:00
- 0.0.1
* Add bases states and aliases