Skip to content

Releases: aengl/cocoon

v0.116.0

02 May 11:04
Compare
Choose a tag to compare
  • Enable CSS imports in custom view components
  • Improved various error messages
  • Annotate: deep merge annotations
  • ReadCouchDB: removed

v0.115.0

13 Mar 20:39
Compare
Choose a tag to compare
  • Cocoon now transpiles nodes, views and components with Babel
  • External imports via node_modules are automatically detected, simplifying the Rollup configuration
  • If the Rollup configuration is linked via package.json, Cocoon will automatically run the transpilation when reloading

v0.113.0

02 May 11:10
Compare
Choose a tag to compare
  • Node cache is now stored in a subfolder
  • castFunction now returns undefined if the input is not a function
  • Run: can now run a single terminal command (instead of one for each data item)
  • Join: new matched port

v0.112.0

02 May 11:06
Compare
Choose a tag to compare
  • New plugin-postgres plugin
  • Load .env files via dotenv-extended

v0.111.0

24 Jun 11:24
Compare
Choose a tag to compare
  • New plugin: plugin-postgres
  • Load .env and .env.default files via dotenv-extended that live in the same directory as the Cocoon file
  • ignoreCase option for string distances