2022-08-13 22:50:13 +02:00
|
|
|
- 0.2.10
|
|
|
|
* Add count active states method
|
|
|
|
* Enable complete replace of NEW state on state instantiation
|
2022-05-06 09:18:59 +02:00
|
|
|
- 0.2.9
|
|
|
|
* Enable access to is_pure method
|
|
|
|
* Numeric option for elements return value
|
|
|
|
- 0.2.8
|
|
|
|
* Remove sync on persist set
|
2022-05-05 17:44:41 +02:00
|
|
|
- 0.2.7
|
|
|
|
* Handle missing files in fs readdir list
|
2022-05-05 17:10:05 +02:00
|
|
|
- 0.2.6
|
|
|
|
* Ensure atomic state lock in fs
|
|
|
|
- 0.2.5
|
|
|
|
* Correct handling of persistent sync when no not-state filter has been set
|
2022-05-02 12:06:19 +02:00
|
|
|
- 0.2.4
|
|
|
|
* Add optional concurrency lock for persistence store, implemented for file store
|
2022-04-26 08:34:02 +02:00
|
|
|
- 0.2.3
|
2022-04-26 09:53:16 +02:00
|
|
|
* Add noop-store, for convenience for code using persist constructor but will only use memory state
|
2022-04-24 22:53:52 +02:00
|
|
|
- 0.2.2
|
|
|
|
* Fix composite state factory load regex
|
2022-04-20 12:48:34 +02:00
|
|
|
- 0.2.1
|
|
|
|
* Add rocksdb backend
|
2022-04-09 19:19:48 +02:00
|
|
|
- 0.2.0
|
|
|
|
* Add redis backend
|
|
|
|
* UTC timestamp for modification time in core state
|
2022-03-11 11:31:08 +01:00
|
|
|
- 0.1.1
|
2022-03-16 17:49:00 +01:00
|
|
|
* Optional, pluggable verifier to protect state transition
|
|
|
|
* Change method for atomic simultaneous set and unset
|
|
|
|
* Optionally allow undefined composite states
|
2022-03-16 20:25:29 +01:00
|
|
|
* Dynamic bits
|
2022-03-17 20:16:33 +01:00
|
|
|
* Optional binary contents
|
|
|
|
* Sync all if no state passed as argument
|
2022-03-18 19:34:49 +01:00
|
|
|
* Mask method for client-side state manipulation
|
2022-03-11 11:31:08 +01:00
|
|
|
- 0.1.0
|
|
|
|
* Release version bump
|
2022-02-06 09:11:47 +01:00
|
|
|
- 0.0.19:
|
|
|
|
* Enable alias with comma separated values
|
2022-02-04 23:15:51 +01:00
|
|
|
- 0.0.18
|
|
|
|
* Eliminate key error when list run on empty valid state
|
|
|
|
* Add replace content method
|
|
|
|
* Remove force option from put
|
|
|
|
* Remove purge
|
2022-02-03 11:05:59 +01:00
|
|
|
- 0.0.17
|
|
|
|
* Add reverse lookup method for name to state property
|
|
|
|
- 0.0.16
|
|
|
|
* Ensure store is present if path query for NEW is fired before any put
|
2022-02-02 21:24:59 +01:00
|
|
|
- 0.0.15
|
|
|
|
* Add missing store module in setup
|
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
|
2022-02-01 14:54:27 +01:00
|
|
|
- 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
|
2022-01-31 11:06:20 +01:00
|
|
|
- 0.0.3
|
|
|
|
* Split match to 2-element tuple, returning complex value and simple values separately
|
2022-01-31 10:33:21 +01:00
|
|
|
- 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
|