Releases: diplodoc-platform/cli
Releases · diplodoc-platform/cli
v4.52.0
4.52.0 (2025-01-23)
Features
- add an e2e test to verify img in deflist behavior (da3076c)
- add pdf generator base option (4364944)
- Implement base run (a45f69e)
- Improve Program initialization flow (9c62c99)
- make collect plugin functions aware of the token stream (289b4f5)
- Remove
--buildDisabled
flag (a61ec20) - upgrade transform to 4.42.0 (68ee535)
Bug Fixes
v4.51.1
v4.51.0
4.51.0 (2025-01-10)
Features
- Add
init
method to service API (1d81ab7) - Extend Build.Run fs API (55de3a3)
- Handle
ignoreStage
as array (0fa5fd0) - Implement Toc service (2e1c78b)
Bug Fixes
- Bound class methods with decorator (4260d31)
- Generate toc item ids on build (45cab0a)
- Handle hooks errors (64359f8)
- Migrate to new frontmatter API (d5b8fdb)
- use
copyFile
with optional Copy-on-Write optimizations instead oflink
(9889497)
Dependency update
v4.50.0
v4.49.1
v4.49.0
4.49.0 (2024-11-27)
Features
- Implement new build configuration systemcon (baf8f6b)
Bug Fixes
- Attach new build system to main program (55aaf13)
- Enable new unit tests (94773d9)
- Fix context config prototype to ballow serialization (195d30a)
- Fix global log processing to handle errors (77a12a3)
- Fix leading page urls for static build (31b564e)
- Fix post build logs processing (2178c11)
- Fix some lint and typecheck errors (cff3f6c)