fountain-js
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,5 +12,15 @@ # Change Log | ||
- Better title page parsing in general. | ||
- Fix boneyard and notes parsing. | ||
- Boneyard is preserved as a token instead of stripped form input. | ||
- Work on options for perserving vertical space in Action per spec. | ||
## [1.2.1] - 2023-10-28 | ||
### Changed | ||
- Boneyard is stripped from input before parsing for now. Intention is to make this a token with version two. | ||
### Fixed | ||
- HTML comments are no longer accidentally escaped within the `InlineLexer`. | ||
## [1.2.0] - 2023-10-27 | ||
@@ -17,0 +27,0 @@ |
{ | ||
"name": "fountain-js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A simple parser for Fountain, a markup language for formatting screenplays.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100806