From 25acbb4809e51654576887613bb362c33321e87a Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Mon, 23 Jul 2018 13:01:18 +0300 Subject: [PATCH] Updating changelogs --- prism4j-bundler/CHANGELOG.md | 3 ++- prism4j/CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 prism4j/CHANGELOG.md diff --git a/prism4j-bundler/CHANGELOG.md b/prism4j-bundler/CHANGELOG.md index 62f5616..c3d24a2 100644 --- a/prism4j-bundler/CHANGELOG.md +++ b/prism4j-bundler/CHANGELOG.md @@ -1,5 +1,6 @@ # 1.1.0 -* Fix issue when cloning a grammar was causing stack overflow (recursive copying) +* Add `languages()` method to generated `GrammarLocator` class +* Allow `includeAll` option (include all available languages) * Add language support: * * `groovy` (no string interpolation) * * `markdown` diff --git a/prism4j/CHANGELOG.md b/prism4j/CHANGELOG.md new file mode 100644 index 0000000..fdeb3e3 --- /dev/null +++ b/prism4j/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.1.0 +* Fix issue when cloning a grammar was causing stack overflow (recursive copying) +* Add `includeAll` option for `@PrismBundle` +* Rename `name` -> `grammarLocatorClassName` in `@PrismBundle` +* Allow `include` option to be empty in `@PrismBundle` in case of `includeAll` is set +* add `languages()` method to `GrammarLocator` to return all included languages \ No newline at end of file