Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@nlepage nlepage released this 08 Feb 15:00
· 95 commits to master since this release
4f1c71f

🎉 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