This repository was archived by the owner on Jul 16, 2023. It is now read-only.
Releases: noties/Prism4j
Releases · noties/Prism4j
v2.0.0
- package name migration:
ru.noties.prism->io.noties.prism - maven artifact group-id change:
ru.noties->io.noties - removed android suppport annotations, a light-weight alternative from Intellij is used (support annotations were added to generated code which jetifier cannot process)
prism4j/v1.1.0
- Fix issue when cloning a grammar was causing stack overflow (recursive copying)
- Fix issue with recursive toString in Grammar, Token adn Pattern
- Add
includeAlloption for@PrismBundle - Rename
name->grammarLocatorClassNamein@PrismBundle - Allow
includeoption to be empty in@PrismBundlein case ofincludeAllis set - add
languages()method toGrammarLocatorto return all included languages
prism4j-bundler/v1.1.0
- Add
languages()method to generatedGrammarLocatorclass - Allow
includeAlloption (include all available languages) - Add language support:
-
groovy(no string interpolation)
-
markdown
-
scala
-
swift
prism4j-bundler/v1.0.1
Fix for Android (escape } character in some patterns as they were causing runtime crashes)