Skip to content

Releases: Weedshaker/ProxifyJS

Major Browser Compatibility Fixed

22 Jan 17:31
Compare
Choose a tag to compare

So far this has been tested and working on the most common modern browsers.

support delete for localStorage trap

29 Aug 13:31
Compare
Choose a tag to compare

expl.: delete lsState.a;
will remove the prop a on object, if existing, and at localStorage

"for in"-loop support for LocalStorage trap

29 Aug 11:17
Compare
Choose a tag to compare

The LocalStorage trap does mock setting props to localStorage instead to set it to the object. Looping now allows to also read those props from localStorage without defining the prop name.

Code fixed by Standard

28 Aug 18:28
5d5e881
Compare
Choose a tag to compare

Introduced standard (https://github.com/standard/standard) linting and added some little minor updates to the css trap.

Namings

02 Aug 11:22
Compare
Choose a tag to compare

This aligns Subscribe (former Join) naming with observable libraries.

Initial Release

24 Jun 20:40
a0a0e5e
Compare
Choose a tag to compare

First release with 10 basic traps.