zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

CHANGELOG.md (760B)


      1 # Changelog
      2 
      3 <!-- %% CHANGELOG_ENTRIES %% -->
      4 
      5 ### 0.16.0 - 2022-03-07 01:09:41
      6 
      7 Export the `root` and `root_parsec` parsecs as combinators so that they can
      8 be used from other modules. This is backward-compatible with the previous version
      9 (it only adds some new exports to the module).
     10 
     11 This way, the `root` and `root_parsec` combinators can be used from other lexers
     12 (such as the `EExLexer` for examples).
     13 
     14 
     15 ## 0.15.2 (2021-10-13)
     16 
     17 * Highlight Erlang calls as modules.
     18 * Support digits as modifiers in sigils.
     19 * Support stepped ranges operators `..//`.
     20 
     21 ## 0.15.1 (2021-01-29)
     22 
     23 * Multiple bug fixes and update list of tokens.
     24 
     25 ## 0.15.0 (2020-10-02)
     26 
     27 * Added support for Unicode characters in identifiers (atoms and variables).
     28 * Improved handling of sigils.