mirror of
https://github.com/harness-community/drone-email.git
synced 2026-06-14 14:03:03 +08:00
f128c947ab
* Refactor plugin to be compatible with Drone 0.5 * Add vendor files * Re-add logo.svg, make loading environment from .env file optional, and use drone-go/template * Fix README * Fix issue with date formatting, update the DOCS, and improve types * Add working directory and volume mount to README example
1.3 KiB
1.3 KiB
Raymond Changelog
Raymond 2.0.1 (June 01, 2016)
- [BUGFIX] Removes data races #3 - Thanks @markbates
Raymond 2.0.0 (May 01, 2016)
-
[BUGFIX] Fixes passing of context in helper options #2 - Thanks @GhostRussia
-
[BREAKING] Renames and unexports constants:
handlebars.DUMP_TPLlexer.ESCAPED_ESCAPED_OPEN_MUSTACHElexer.ESCAPED_OPEN_MUSTACHElexer.OPEN_MUSTACHElexer.CLOSE_MUSTACHElexer.CLOSE_STRIP_MUSTACHElexer.CLOSE_UNESCAPED_STRIP_MUSTACHElexer.DUMP_TOKEN_POSlexer.DUMP_ALL_TOKENS_VAL
Raymond 1.1.0 (June 15, 2015)
- Permits templates references with lowercase versions of struct fields.
- Adds
ParseFile()function. - Adds
RegisterPartialFile(),RegisterPartialFiles()andClone()methods onTemplate. - Helpers can now be struct methods.
- Ensures safe concurrent access to helpers and partials.
Raymond 1.0.0 (June 09, 2015)
- This is the first release. Raymond supports almost all handlebars features. See https://github.com/aymerick/raymond#limitations for a list of differences with the javascript implementation.