Immutadot Versions Save

immutadot is a JavaScript library to deal with nested immutable structures.

1.0.0

6 years ago

🎉 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

6 years ago

Seventh release candidate of 1.0.

Release note

Bugs

  • 🐛 #204 Fix arity of exported curried operations

1.0.0-rc.6

6 years ago

Sixth release candidate of 1.0.

Release note

Enhancements

  • ♻ #202 Allow falsey values in flow

1.0.0-rc.5

6 years ago

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

6 years ago

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

6 years ago

Thrid Release Candidate of 1.0.

Release note

Bug fixes

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

1.0.0-rc.2

6 years ago

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

6 years ago

🎉 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

6 years ago

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

0.3.1

6 years ago

:bug: #91 0.3.0 release was broken because of a typo