serverless-offline-msk
Version:
A serverless offline plugin that enables AWS MSK events
226 lines (124 loc) • 7.72 kB
Markdown
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [v2.0.6](https://github.com/shepherdwind/velocity.js/compare/v2.0.5...v2.0.6)
- feat: add custom method handlers support, refactor references.js [`#146`](https://github.com/shepherdwind/velocity.js/pull/146)
- chore: add npm ci support [`91baab1`](https://github.com/shepherdwind/velocity.js/commit/91baab1cbd3979f1cc4f1ad850433541fdf6566d)
- chore: update readme.md [`eb8c93a`](https://github.com/shepherdwind/velocity.js/commit/eb8c93a4d0a3e98d2c0d345e3e37f5c7dd3c1918)
#### [v2.0.5](https://github.com/shepherdwind/velocity.js/compare/v2.0.4...v2.0.5)
> 12 November 2021
- chore: better error handler [`#142`](https://github.com/shepherdwind/velocity.js/pull/142)
- Addressing #140, also added a bit more defensive code in case pos is missing in error situations [`#141`](https://github.com/shepherdwind/velocity.js/pull/141)
- Fixing #140, also added a bit more defensive code in case pos is missing in error situations [`eed1a16`](https://github.com/shepherdwind/velocity.js/commit/eed1a161a0ac050fc906201cd3f02f1e1f3c15d2)
- chore: update history script [`585bdab`](https://github.com/shepherdwind/velocity.js/commit/585bdab69b67eb3b0178efc87c9db6898f0d45c8)
#### [v2.0.4](https://github.com/shepherdwind/velocity.js/compare/v2.0.3...v2.0.4)
> 27 October 2021
- fix: support null as var, fix #139 [`#139`](https://github.com/shepherdwind/velocity.js/issues/139)
- chore: support auto changelog [`984fc38`](https://github.com/shepherdwind/velocity.js/commit/984fc387b9dd1b09887a622af49005b4bd27de93)
#### [v2.0.3](https://github.com/shepherdwind/velocity.js/compare/v2.0.2...v2.0.3)
> 2 December 2020
- fix: issue with loop variable access inside nested foreach statements [`#136`](https://github.com/shepherdwind/velocity.js/pull/136)
- fix: issue with loop variable access inside nested foreach statements [`#135`](https://github.com/shepherdwind/velocity.js/issues/135)
- chore: 2.0.3 [`93245a5`](https://github.com/shepherdwind/velocity.js/commit/93245a5e539c829e707f32ae1bcae600bfb7280d)
<!-- auto-changelog-above -->
## 2.0.3 2020-12-02
- fix: issue with loop variable access inside nested foreach statements [136](https://github.com/shepherdwind/velocity.js/pull/136)
## 2.0.2 2020-10-19
- add default set and get method for array and map object [133](https://github.com/shepherdwind/velocity.js/pull/133)
## 2.0.1 2020-09-02
- fix Bug with #set inside #foreach [129](https://github.com/shepherdwind/velocity.js/issues/129)
## 2.0.0 2019-09-26
Break change
First, default escape config set to false. For example
```
#set($foo = '<div>') $foo
```
At 1.x , result is `<div>`, for 2.x, output result `<div>`, no escapeHtml variable.
- add quotes to escape when escape option set true [125](https://github.com/shepherdwind/velocity.js/pull/125)
## 1.1.4 2019-08-27
- Added support for remove in ArrayList and Map @mdrewt [#124](https://github.com/shepherdwind/velocity.js/pull/124)
- Support format quiet syntax ${ ref }, fix [#120](https://github.com/shepherdwind/velocity.js/pull/120)
## 1.1.3 2018-09-18
- fixes issue#113 support for add method on arrays by @gauravlanjekar [#114](https://github.com/shepherdwind/velocity.js/pull/114/)
## 1.1.2 2018-08-09
- fix Velocity cli error fix [#109](https://github.com/shepherdwind/velocity.js/issues/109)
## 1.1.1 2018-06-14
- fix: Allow own keySet, entrySet, put and size methods on objects by @lightsofapollo [!106](https://github.com/shepherdwind/velocity.js/pull/106)
## 1.1.0 2018-06-12
- feat: Add support for .put, fix issue [#103](https://github.com/shepherdwind/velocity.js/issues/103) by @lightsofapollo
- feat: add config.valueMapper support by @lightsofapollo [#105](https://github.com/shepherdwind/velocity.js/pull/105)
## 1.0.2 2018-06-06
- fix: ignore path where build on broswer, fix issue [#102](https://github.com/shepherdwind/velocity.js/issues/102)
## 1.0.1 2018-03-08
- fix: #set bug in nested #foreach loops [#100](https://github.com/shepherdwind/velocity.js/issues/100)
## 1.0.0 2018-01-13
- feat: support macro bodyContext [!97](https://github.com/shepherdwind/velocity.js/pull/97)
## 0.10.1 2017-11-10
- fix: #set variable key not work [!91](https://github.com/shepherdwind/velocity.js/issues/92)
## 0.10.0 2017-11-08
- feat: support text version of logical operators [!90](https://github.com/shepherdwind/velocity.js/pull/90)
## 0.9.6 2017-04-14
- fix: keep newline after unparse block [!83](https://github.com/shepherdwind/velocity.js/pull/83)
## 0.9.5 2017-04-07
- fix: support foreach.hasnext when iterating objects [!81](https://github.com/shepherdwind/velocity.js/pull/81)
## 0.9.4 2017-01-16
- fix: #set bug with eval string [#79](https://github.com/shepherdwind/velocity.js/issues/79)
## 0.9.3 2017-01-04
- fix: #set false when in forEach statement [#77](https://github.com/shepherdwind/velocity.js/issues/77)
## 0.9.1 2016-11-22
- add typescript DefinitelyTyped index.d.ts
## 0.9.0 2016-09-20
- feat: support to throw errors in case null values are used [!71](https://github.com/shepherdwind/velocity.js/issues/71)
- fix: support {end} [!70](https://github.com/shepherdwind/velocity.js/issues/71)
## 0.8.5 2016-07-16
- fix bug #foreach with nest empty foreach [!70](https://github.com/shepherdwind/velocity.js/pull/70)
## 0.8.4 2016-07-04
- fix bug when render `#foreach(${itemData} in ${defaultData})`, see
[#69](https://github.com/shepherdwind/velocity.js/issues/69#issuecomment-230152986)
## 0.8.3 2016-06-15
- fix comment bug [#67](https://github.com/shepherdwind/velocity.js/pull/67)
## 0.8.2 2016-05-28
- nothing change, just update npm page readme
## 0.8.0 2016-04-20
- set bug fix [#63](https://github.com/shepherdwind/velocity.js/issues/63)
### Break api change
Before set value will set undefined node as plan object
```
#set($a = {}) #set($a.c.d = 1) $a.c.d
```
This will output `1` .
But now, in 0.8.0 version, a.c will not set as {}, so output is `$a.c.d`.
## 0.7.5
- toString rewrite only when toString equal function { [native code]} [57](https://github.com/shepherdwind/velocity.js/pull/57)
## 0.7.4
- toString like org.apache.velocity when render [56](https://github.com/shepherdwind/velocity.js/pull/56)
## 0.7.3
- fix [53](https://github.com/shepherdwind/velocity.js/issues/52)
- runt support [54](https://github.com/shepherdwind/velocity.js/pull/54)
## 0.7.2
- fix: merge [52](https://github.com/shepherdwind/velocity.js/pull/52)
## 0.7.1
- fix: merge [51](https://github.com/shepherdwind/velocity.js/pull/51)
## 0.7.0
- feat: merge [49](https://github.com/shepherdwind/velocity.js/pull/49) and [#50](https://github.com/shepherdwind/velocity.js/pull/50)
## 0.6.2
- feat: merge [47](https://github.com/shepherdwind/velocity.js/pull/47)
## 0.6.1
- feat: merge [46](https://github.com/shepherdwind/velocity.js/pull/46)
## [0.6](https://github.com/shepherdwind/velocity.js/milestones/0.6)
- change: remove Velocity.Parser, change to Velocity.parse [#43](https://github.com/shepherdwind/velocity.js/issues/43)
- feat: add custom blocks support [#44](https://github.com/shepherdwind/velocity.js/issues/44)
## 0.4
### 0.4.11 / 2015-01-24
- feat: self define macro context keep to origin object
### 0.4.10 / 2015-01-08
- fix: allow optional space after colon in map passed as parameter to macro
([#38](https://github.com/shepherdwind/velocity.js/pull/38) by @jamescookie)
### 0.4.9 / 2014-12-29
- feature: support friendly error stack #35
- chore: improve coverage
### 0.4.8 / 2014-12-20
- fix issue #32
- Remove useless code: Helper
- merge pull request #34
### 0.4.7 / 2014-12-18
- fix issue #32