Skip to content

Releases: zenika-open-source/immutadot

1.0.0

08 Feb 15:00
4f1c71f
Compare
Choose a tag to compare

🎉 First release !

Bundles on jsDelivr:

Release note

Refactorings

  • #98 #102 #119 #120 #121 #123 Core rewritten without lodash
  • #138 #143 Split into two packages immutadot (without lodash) and immutadot-lodash
  • #101 No more default exports
  • 🔥 #126 Removed support for npm in development
  • 🚚 #155 Creation of path namespace
  • 🔧 #177 No automatic deployment
  • 🔥 #197 Remove chain and generated code, polymorphic operations
  • 🔥 #201 Remove using
  • 🚚 #211 Move flow to core namespace
  • #221 Simplify toPath

Features

  • #124 Slice notation
  • #134 #158 Flow
  • #159 #162 List notation
  • #170 List wilcard notation
  • #165 Add functions (in immutadot package)
  • #220 Add lang.and and lang.or for booleans

Bug fixes

  • 🐛 #154 Manage empty path
  • 🐛 #189 Transpiled generator function causes error
  • 🐛 #191 Name conflicts when importing from top level
  • 🐛 #204 Fix arity of exported curried operations
  • 🐛 #217 List notation should set unknown props

Enhancements

  • #115 #156 #164 Path parser refactoring
  • #144 Avoid unnecessary copies
  • #149 Avoid unnecessary copies in flow
  • #171 Use anonymous imports to register functions on chain
  • 👷 #176 Upgrade to Circle CI 2
  • #185 Peer dependencies instead of dependencies in immutadot-lodash
  • #202 Allow falsey values in flow
  • #210 flow: filter non function args
  • 📦 #163 Produce bundles with Rollup

Made with ♥ by :
@charlyx @frinyvonnick @hgwood @nlepage

1.0.0-rc.7 Seventh Release Candidate

07 Jan 17:37
286f8d2
Compare
Choose a tag to compare
Pre-release

Seventh release candidate of 1.0.

Release note

Bugs

  • 🐛 #204 Fix arity of exported curried operations

1.0.0-rc.6 Sixth Release Candidate

05 Jan 13:16
c78f4af
Compare
Choose a tag to compare
Pre-release

Sixth release candidate of 1.0.

Release note

Enhancements

  • #202 Allow falsey values in flow

1.0.0-rc.5 Fifth Release Candidate

04 Jan 23:32
3382109
Compare
Choose a tag to compare
Pre-release

Fifth release candidate of 1.0.

Release note

Refactorings

  • 🔥 #197 Remove chain and generated code, polymorphic operations
  • 🔥 #201 Remove using

1.0.0-rc.4 Fourth Release Candidate

28 Dec 13:25
f4dabbd
Compare
Choose a tag to compare
Pre-release

Fourth Release Candidate of 1.0.

Release note

Bug fixes

  • 🐛 #189 Transpiled generator function causes error
  • 🐛 #191 Name conflicts when importing from top level

1.0.0-rc.3 Thrid Release Candidate

26 Dec 14:00
e4ae0d9
Compare
Choose a tag to compare
Pre-release

Thrid Release Candidate of 1.0.

Release note

Bug fixes

  • 🐛 #188 immutadot-lodash: incorrect import of seq.ChainWrapper

1.0.0-rc.2 Second release candidate

26 Dec 13:30
a8e5286
Compare
Choose a tag to compare
Pre-release

Second release candidate of 1.0.

Release note

Bug fixes

  • 🐛 #187 Use temporary merged source directory

Enhancements

  • #185 Peer dependencies instead of dependencies in immutadot-lodash

1.0.0-rc.1 First Release Candidate

23 Dec 18:08
d986085
Compare
Choose a tag to compare
Pre-release

🎉 First release candidate of 1.0.

Release note

Refactorings

  • #98 #102 #119 #120 #121 #123 Core rewritten without lodash
  • #138 #143 Split into two packages immutadot (without lodash) and immutadot-lodash
  • #101 No more default exports
  • 🔥 #126 Removed support for npm in development
  • 🚚 #155 Creation of path namespace
  • 🔧 #177 No automatic deployment

Features

  • #124 Slice notation
  • #134 #158 Flow
  • #159 #162 List notation
  • #170 List wilcard notation
  • #165 Add functions (in immutadot package)

Bug fixes

  • 🐛 #154 Manage empty path

Enhancements

  • #115 #156 #164 Path parser refactoring
  • #144 Avoid unnecessary copies
  • #149 Avoid unnecessary copies in flow
  • #171 Use anonymous imports to register functions on chain
  • 👷 #176 Upgrade to Circle CI 2

Made with ♥ by :
@frinyvonnick @hgwood @nlepage

0.3.2 Bug fix

07 Sep 12:51
Compare
Choose a tag to compare
0.3.2 Bug fix Pre-release
Pre-release

🐛 #103 string namespace wasn't available on seq.chain and util.using

0.3.1 Bug fix

04 Sep 13:28
Compare
Choose a tag to compare
0.3.1 Bug fix Pre-release
Pre-release

🐛 #91 0.3.0 release was broken because of a typo