Skip to content

monstache v4.3.2

Compare
Choose a tag to compare
@rwynn rwynn released this 09 Apr 20:12
· 270 commits to master since this release

Changes

  • Allow specifying a script without a namespace. In this case documents from all collections will be run through the script. The document object will continue to be the 1st argument to the function and a new 2nd argument will be the namespace of the source document. Fixes #55.
  • Fix an issue where a Date object created in Javascript would not be formatted correctly for indexing.
  • Build with go 1.10.1