Releases: qavajs/memory
Releases · qavajs/memory
1.5.1
What's Changed
- fixed issue with non string inputs by @AlexGalichenko in #17
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Reworked memory module by @AlexGalichenko in #15
Breaking Change:
Memory no more throwing error if value does not exist. Instead, undefined is returned.
- 🚀 refactored and simplified whole library
- 🚀 added $js computed to evaluate expression
const result = memory.getValue('$js($val + 1)'); // evaluates js expression
- 🚀 all JS types are now supported in computed
Full Changelog: 1.4.2...1.5.0
1.4.2
What's Changed
- fixed issue with unbalanced parenthesis in computed params by @AlexGalichenko in #14
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- fixed issue with square brackets in computed params by @AlexGalichenko in #13
Full Changelog: 1.4.0...1.4.1
1.4.0
1.3.0
What's Changed
- implemented chaining of computed results by @AlexGalichenko in #11
Full Changelog: 1.2.1...1.3.0
1.2.1
What's Changed
- updated workflow actions to v3 by @ALegchilov in #9
- fixed context for methods calling by @AlexGalichenko in #10
New Contributors
- @ALegchilov made their first contribution in #9
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.1
What's Changed
- fixed issue with comma in string parameter by @AlexGalichenko in #4
- fixed issue with storing function in memory by @AlexGalichenko in #6
Full Changelog: 1.1.0...1.1.1
1.1.0
added feature to resolve properties of objects and arrays