Skip to content

Releases: kutyel/optics.js

v1.1.3

18 Sep 13:29
Compare
Choose a tag to compare

1.1.3 (2020-09-18)

Bug Fixes

  • eslint: add eslint-plugin-simple-import-sort (5d46349)

v1.1.2

18 Sep 12:42
Compare
Choose a tag to compare

1.1.2 (2020-09-18)

Bug Fixes

  • npm: publish bundle to npm (16779ed), closes #14

v1.1.1

17 Sep 18:57
e7cb405
Compare
Choose a tag to compare

1.1.1 (2020-09-17)

Bug Fixes

  • optic: separate optic upgrade from composition proper (#9) (e7cb405)

v1.1.0

17 Sep 00:27
dca1713
Compare
Choose a tag to compare

1.1.0 (2020-09-17)

Features

v1.0.0

16 Sep 09:09
Compare
Choose a tag to compare

1.0.0 (2020-09-16)

Bug Fixes

  • coverage: coverage on CI is not happening (3c240a6)
  • coverage: some coverage is better than no coverage (5db8b59)
  • eslint: add estlint and fix coveralls (db53493)
  • optics: refactor and make them work (unskip tests) (046b1c3)
  • package.json: fix repo address in package.json and nicedoc.io (1c58a0b)
  • readme: add new image with good names, thanks @serras! (ca226cf)
  • tests: delete index.test.js (e557ea3)
  • do not check coverage on test (540046a)

Features

  • lens: first aproximation to Lens! (027f8b8)
  • lens: initial implementation (791455b)
  • operations: add path as an alias to Ramda's lensPath! (0330e03)
  • optics: first release maybe? (db2d6d5)
  • optics: work on dynamic composition (#1) (ad31a43)