xpm
Version:
The xPack project manager command line tool
128 lines (91 loc) • 2.67 kB
Markdown
# Change & release log
Releases in reverse chronological order.
Please check
[GitHub](https://github.com/xpack/xpm-liquid-ts/issues)
and close existing issues and pull requests.
## 2024-03-07
* v2.0.0 released
* 7f7eebd bump deps
* 81487e3 #7: add lenientIf: true
* 433892e publish-github-pages update
* 769e376 README update
* 2ae81eb package.json: add safari action
## 2023-04-17
* 4c079b1 package.json: typedoc 0.24.4
* 6bb735c publish-*.yml: add package.json to includes
## 2023-04-16
* 180c768 package.json: typedoc 0.24.2
## 2023-04-09
* 49508b5 package.json: add tap-c8
* abc5763 bump typedoc 2.24.1
## 2023-04-05
* 0cbdd39 tests cosmetics
## 2023-04-04
* 88bd937 test-ci.yml: bump node 16
## 2023-03-18
* 983d04f destructure { log }
* 61e17cf CHANGELOG update
* a4bbcbf READMEs updates
* defca6e workflows renames
* 55ee90c package.json cosmetics
* 89f0696 update licenses
* 481dc74 eslint max-len
## 2023-03-13
* 487b8a9 update for node 16
## 2023-03-06
* fff1fca READMEs updates
* 6493477 CHANGELOG.md update
* 5b55a6c .vscode/settings.json: ignoreWords
* dbd995d typedoc.json: update not exported
* af1a28e package.json: update homepage
* da60975 package.json: update link-deps
* b5a1500 .npmignore update
* f84bbe4 .gitignore updates
* 5000d26 package.json updates
* 4dd6468 update workflows
* 0b4211a add typedoc metadata
* e710266 update top tsconfig*.json
* aa94fc7 add the esm folder
* 2f057ca update the src folder
* a25724d move the tests back to project root
## 2023-02-09
* addc422 1.2.3
* 7a047b5 CHANGELOG update
* 88603aa README update* ea48568 package.json: bump deps
* b0ab700 nodejs.yml: try again npm ci
* ffcee2b package-lock.json: generated with v14
* f7ebba0 package.json: rename script prepare
* a8839df xpm-liquid.ts: assert os.version
* df5893d nodejs.yml: npm install (ci fails)
* ec47725 prepare v1.2.3
* ec21e0f package.json: update engines
* 0c24380 tsconfig.json: es2020
* 032c0bc .vscode/settings.json: ignoreWords
* 335339f nodejs.yml: bump matrix
* f854faa package.json: bump deps
## 2022-10-21
* v1.2.2 released
* 454eb45 package.json: bump liquidjs & deps
## 2022-04-17
* v1.2.1 released
* bump deps
## 2022-01-01
* v1.2.0 released
* [#5] add `to_posix_filename` and `to_win32_filename`
* bump deps
## 2021-05-12
* v1.1.0 released
* [#4] - support multi-line properties
* move tests to src
* [#3] - validate configuration name
## 2021-05-10
* v1.0.0 released
* [#2] - rename filter to_filename
* [#1] - the filter path should not convert to lower case
* v0.1.1 released
## 2021-05-09
* v0.1.1 prepared
## 2021-05-06
* v0.1.0 released
* unit tests added
* created from VS Code xPack extension