2.1.1
·
60 commits
to refs/heads/master
since this release
Changes
Features 🚀
-
Introduce
SharedEnvironment@zjklee (#514)Introduces
SharedEnvironmentto deal with big memory footprint when runtime has a lot of compiled templates.
SeeSharedEnvironmentdocumentation for more detailsIssues:
- closes #513
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:
- closes #498
-
Fix for
stringobject property access @Dragwar (#510)Removed
ifcondition inObjectDescriptorthat checked whether the type isstringIssues:
- closes #457
-
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:
- closes #500
Contributors
@Dragwar, @StefH, @periklis92 and @zjklee