Skip to content

Releases: chaijs/pathval

v2.0.0

20 Oct 07:10
c9b7e6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v2.0.0

v1.1.1

26 Jan 10:19
Compare
Choose a tag to compare

Fixes a security issue around prototype pollution.

v1.1.0

11 Oct 21:45
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-10-11)

Features

  • returns the object in which the value was set. (352dd71a, closes #6)

v1.0.0

08 Oct 21:59
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-10-08)

Features

Breaking Changes

  • This is a ground up rewrite to make it more useful
    for chai. Please read the new docs and refactor code to use the new
    api

    (948d9991)

v0.2.1

05 Oct 21:37
Compare
Choose a tag to compare

<a name"0.2.1">

0.2.1 (2016-10-05)

Bug Fixes

  • hasProperty: make it work with booleans and symbols (fb446069)

Features