Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 621 Bytes

bundalo CHANGELOG

for pre-1.x versions, please see the 0.x-release branch

v1.0.0

  • No changes from last rc

v1.0.0-rc.3

Breaking

  • make all access go via getter function
  • Remove all references to the dust bundler
  • Remove formatDust from the API

Feature

  • Add fastpath support for property access
  • Add a dust formatting function that accepts a model separately from fetching the bundle

Bug fix

  • factor out loopalo and use file-resolver more directly
  • safe-wrap callbacks, so exceptions thrown by user's callbacks will be diagnosable