Skip to content

Releases: qavajs/memory

1.5.1

14 Jun 13:17
49b8280
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

29 May 13:28
70e961f
Compare
Choose a tag to compare

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

26 May 16:51
ed0e27f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

16 May 07:35
07b4dda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

15 May 09:54
e65d827
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

17 Apr 08:22
f4dc9de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

04 Apr 17:09
89df199
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

02 Feb 12:23
e7a7539
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

07 Dec 14:04
e4282c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Jun 13:57
e4251a2
Compare
Choose a tag to compare

added feature to resolve properties of objects and arrays