novident_project_manager 1.0.4
novident_project_manager: ^1.0.4 copied to clipboard
Dart for `.nov` projects to manages: binder tree, rich-text content, layouts/formats, writing sessions, targets, snapshots and git"
Changelog #
All notable changes to the novident_project_manager project.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 — 2026-09-12 #
- fix(bridge): export missing
initRustLibanddisposeRustLibforProjectManagerclasses. - chore: updated dependencies.
1.0.3 — 2026-09-06 #
- fix: missing export for
Synopsisclass.
1.0.2 — 2026-09-06 #
- chore(breaking changes): removed
getNodeCommentforContextimplementations. - chore(breaking changes): removed
metadataSectionforLayoutSectionManagerfor future implementation of<$custom:<filed>>placeholder. - fix(breaking changes): force
getNodeContent,getNodeSynopsisandgetNodeNotesto return futures and the exact types expected forContextimplementations. - fix: added missing
Synopsisclass that mirrors thesynopsis.jsonfile format. - fix:
ReplacementValuesare not being deserialized as expected from the.novofficial format and thefromJsonmethod from class. - fix: license format.
- fix:
PlaceholderRulesnow acceptsReplacementValuesto work as part of the placeholder replacement process throughcustomReplacementsproperty. - feat: added missing
files/styles.jsonto the Rust and Dart engines (generic for custom implementations). - feat: added static
customNodeToAstCallbacksRegistryforContentParserclass to allow custom nodes to be converted to AST nodes.
1.0.1 — 2026-09-05 #
- fix:
Contextclass try to return unusedUniversalValueas Object. Replaced directly with generics.
1.0.0 — 2026-09-05 #
- First release