harttle
5ffc904f80
fix: named params for filters, working on #113
2019-03-06 01:30:47 +08:00
semantic-release-bot
08646f75b0
chore(release): 7.5.0 [skip ci]
...
# [7.5.0](https://github.com/harttle/liquidjs/compare/v7.4.0...v7.5.0 ) (2019-03-01)
### Features
* tablerowloop object ([3647305 ](https://github.com/harttle/liquidjs/commit/3647305 ))
2019-03-01 22:06:31 +00:00
Jun Yang
d44e1d727a
chore: fix test on windows 10
2019-03-02 03:36:33 +08:00
semantic-release-bot
f960904df4
chore(release): 7.4.0 [skip ci]
...
# [7.4.0](https://github.com/harttle/liquidjs/compare/v7.3.1...v7.4.0 ) (2019-02-28)
### Bug Fixes
* math filters now return number, resolves [#110 ](https://github.com/harttle/liquidjs/issues/110 ) ([b4acdb4 ](https://github.com/harttle/liquidjs/commit/b4acdb4 ))
### Features
* exported Drop interface for [#107 ](https://github.com/harttle/liquidjs/issues/107 ) ([7bee9fc ](https://github.com/harttle/liquidjs/commit/7bee9fc )), closes [#109 ](https://github.com/harttle/liquidjs/issues/109 )
2019-02-28 05:13:55 +00:00
harttle
b4acdb463a
fix: math filters now return number, resolves #110
...
* fix linting
* numbers are no longer fixed:
i.e. {{0.3 | minus 0.1}} now renders as 0.19999
Stick to JavaScript number behavior, see: 8.0.0
2019-02-28 13:02:51 +08:00
semantic-release-bot
d0118402e4
chore(release): 7.3.1 [skip ci]
...
## [7.3.1](https://github.com/harttle/liquidjs/compare/v7.3.0...v7.3.1 ) (2019-02-25)
### Bug Fixes
* **#108:** remove absolute path in emitted d.ts ([53a835a ](https://github.com/harttle/liquidjs/commit/53a835a )), closes [#108 ](https://github.com/harttle/liquidjs/issues/108 )
2019-02-25 17:03:07 +00:00
harttle
53a835ab54
fix( #108 ): remove absolute path in emitted d.ts
2019-02-26 00:43:30 +08:00
semantic-release-bot
f9f35ebd6c
chore(release): 7.3.0 [skip ci]
...
# [7.3.0](https://github.com/harttle/liquidjs/compare/v7.2.2...v7.3.0 ) (2019-02-24)
### Features
* nil/null/empty/blank literals, resolves [#102 ](https://github.com/harttle/liquidjs/issues/102 ) ([88c9e96 ](https://github.com/harttle/liquidjs/commit/88c9e96 ))
2019-02-24 13:55:31 +00:00
semantic-release-bot
54b2adce12
chore(release): 7.2.2 [skip ci]
...
## [7.2.2](https://github.com/harttle/liquidjs/compare/v7.2.1...v7.2.2 ) (2019-02-23)
### Bug Fixes
* filters break when argument contains [()|, fixes [#89 ](https://github.com/harttle/liquidjs/issues/89 ) ([e977669 ](https://github.com/harttle/liquidjs/commit/e977669 ))
2019-02-23 22:32:04 +00:00
harttle
e977669118
fix: filters break when argument contains [()|, fixes #89
2019-02-24 04:48:42 +08:00
harttle
279458c670
test: add benchmark
2019-02-23 21:57:02 +08:00
semantic-release-bot
37d12a14eb
chore(release): 7.2.1 [skip ci]
...
## [7.2.1](https://github.com/harttle/liquidjs/compare/v7.2.0...v7.2.1 ) (2019-02-22)
### Bug Fixes
* default length for truncate and truncatewords ([56c7992 ](https://github.com/harttle/liquidjs/commit/56c7992 ))
2019-02-22 19:56:16 +00:00
harttle
5b6100d12b
refactor: strictly typed
2019-02-23 00:49:54 +08:00
semantic-release-bot
4171b2e023
chore(release): 7.2.0 [skip ci]
...
# [7.2.0](https://github.com/harttle/liquidjs/compare/v7.1.0...v7.2.0 ) (2019-02-20)
### Features
* override output/tag delimiter, fixes [#54 ](https://github.com/harttle/liquidjs/issues/54 ) ([d20a043 ](https://github.com/harttle/liquidjs/commit/d20a043 ))
2019-02-20 17:12:01 +00:00
semantic-release-bot
d7d00421e2
chore(release): 7.1.0 [skip ci]
...
# [7.1.0](https://github.com/harttle/liquidjs/compare/v7.0.2...v7.1.0 ) (2019-02-20)
### Features
* throw an Error if delimiter not matched ([c33d8f6 ](https://github.com/harttle/liquidjs/commit/c33d8f6 ))
2019-02-20 14:45:44 +00:00
harttle
c13a16fdd6
7.0.2
2019-02-20 10:02:10 +08:00
harttle
29f53304bc
7.0.1
2019-02-19 23:55:38 +08:00
harttle
677e8511e6
chore(TypeScript): refactor objects into classes
...
fix: `Nil`(null, undefined) now renders as empty string
change: `parser.parseValue()` renamed to `parser.parseOutput`
change: registered tags/filters become static and shared across different liquid instances
2019-02-17 04:55:30 +08:00
semantic-release-bot
b51b0dabca
chore(release): 7.0.0 [skip ci]
...
# [7.0.0](https://github.com/harttle/liquidjs/compare/v6.4.3...v7.0.0 ) (2019-02-14)
### chore
* **TypeScript:** ship Liquid to class ([1cc7249 ](https://github.com/harttle/liquidjs/commit/1cc7249 ))
### BREAKING CHANGES
* **TypeScript:** calling `Liquid()` without `new` now becomes invalid
2019-02-14 16:02:23 +00:00
harttle
c37b330751
chore(typescript): ship to TypeScript
2019-02-14 22:33:45 +08:00
semantic-release-bot
c8de8bcde2
chore(release): 6.4.3 [skip ci]
...
## [6.4.3](https://github.com/harttle/liquidjs/compare/v6.4.2...v6.4.3 ) (2019-02-13)
### Bug Fixes
* better index.d.ts and a demo ([2015f68 ](https://github.com/harttle/liquidjs/commit/2015f68 )), closes [#98 ](https://github.com/harttle/liquidjs/issues/98 )
2019-02-13 12:13:27 +00:00
harttle
2015f683b8
fix: better index.d.ts and a demo
...
The demo is located at demo/typescript/index.ts , working on #98
2019-02-13 20:07:13 +08:00
semantic-release-bot
d14f18520b
chore(release): 6.4.2 [skip ci]
...
## [6.4.2](https://github.com/harttle/liquidjs/compare/v6.4.1...v6.4.2 ) (2019-01-28)
### Bug Fixes
* **CI:** e2e not building cjs ([dde7b3b ](https://github.com/harttle/liquidjs/commit/dde7b3b ))
2019-01-28 17:34:02 +00:00
Jun Yang
dde7b3b389
fix(CI): e2e not building cjs
2019-01-29 01:08:52 +08:00
semantic-release-bot
84bbb3432f
chore(release): 6.4.1 [skip ci]
...
## [6.4.1](https://github.com/harttle/liquidjs/compare/v6.4.0...v6.4.1 ) (2019-01-28)
### Bug Fixes
* regenerator undefined ([a2caeb5 ](https://github.com/harttle/liquidjs/commit/a2caeb5 ))
2019-01-28 16:44:56 +00:00
Jun Yang
1c5b934250
chore(CI): update package-lock.json
2019-01-29 00:39:19 +08:00
harttle
81e6861b73
chore(Changelog): add semantic release plugins
2019-01-28 20:33:33 +08:00
harttle
9038d56ce7
chore(Changelog): add @semantic-release/changelog as dev dependency
2019-01-28 20:26:50 +08:00
harttle
57bdf17dea
chore(CI): downgrade rollup-plugin-babel
2019-01-28 18:46:41 +08:00
harttle
7a2e036c79
chore(package): update package-lock.json
2019-01-28 17:30:34 +08:00
harttle
601f2e48fc
chore(CI): enable semantic release
2019-01-28 15:18:21 +08:00
harttle
8cb0137362
6.3.0
2019-01-21 15:25:11 +08:00
harttle
9ba352ef04
6.2.1
2019-01-21 14:54:07 +08:00
harttle
af4fe1b330
6.2.0
2019-01-10 13:30:05 +08:00
Jun Yang
c2e1bc7055
6.1.1
2018-11-22 09:36:18 +08:00
Andrew Barclay and Jun Yang
2055258193
fix assign tag regex to include linebreaks in value
2018-11-22 09:31:22 +08:00
harttle
d65ea14b9f
6.1.0
2018-10-14 00:53:43 +08:00
Jun Yang
d504c8107e
6.0.1
2018-10-06 12:20:13 +08:00
harttle
b7445f26d6
6.0.0
2018-08-28 00:37:00 +08:00
harttle
5378f2709b
test: cover all
2018-08-27 23:27:42 +08:00
harttle
d6876bd9ec
refactor: bundle template.js respectively
2018-08-27 21:37:39 +08:00
harttle
4ece4e208f
5.3.0-0
2018-08-17 01:34:57 +08:00
harttle
9f597843c9
5.2.0
2018-08-14 00:12:42 +08:00
harttle
4cf7215a67
5.1.1
2018-07-24 19:39:12 +08:00
harttle
2d81223d99
update outdated packages
2018-07-24 19:37:21 +08:00
harttle
fdbf4b838a
add package.lock
2018-07-24 14:53:28 +08:00
harttle
8c77fc5a3d
fix: whiteSpace Ctrl with compliance to shopify/liquid, working on #17
2017-10-30 00:09:29 +08:00
harttle
be17d7443c
1.9.7
2017-10-21 10:50:44 +08:00
harttle
1b662d374d
update outdated dependencies
2017-09-15 10:38:54 +08:00