Skip to content

2.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Mar 18:36
· 60 commits to refs/heads/master since this release
e709aa9

Changes

  • Update readme.md to include extra projects @StefH (#509)

Features 🚀

  • Introduce SharedEnvironment @zjklee (#514)

    Introduces SharedEnvironment to deal with big memory footprint when runtime has a lot of compiled templates.
    See SharedEnvironment documentation for more details

    Issues:

Bug Fixes 🐛

  • Fix collision handling in FixedSizeDictionary @zjklee (#512)

    In rare cases (depended on hashcode) as part of searching for a suitable place in the array search started from index greater than array length.

    Issues:

  • Fix for string object property access @Dragwar (#510)

    Removed if condition in ObjectDescriptor that checked whether the type is string

    Issues:

  • Last letter cut off when the string starts with the separator @periklis92 (#504)

    Split Enumerator strings would have the wrong length if the string started with the separator.

    Issues:

Contributors

@Dragwar, @StefH, @periklis92 and @zjklee