Releases: puckowski/Sling.js
Releases · puckowski/Sling.js
Sling 4.1.1
- Minor performance enhancements to change detection.
Sling 4.1.0
- Change detection and rendering performance improved by up to 42.64%.
- Text nodes no longer create
span
elements.
Sling 4.0.2
- Performance enhancements for change detection. Fewer function calls.
- Bug fix for attributes where old attribute may have overwrote new attribute value.
- Bug fix for change detection where string vnode may have been recreated.
Sling 4.0.0
- Unified change detection, routing, and Sling core.
- New markup function.
- New structural directive.
Sling 3.4.0
- Improved error handling for ID changes upon mount.
- Improved error handling for update procedure.
Sling 3.3.0
- New resolveAll function in Sling Core.
- slRequest does not set default Content-Type if options.headers is defined.
Sling 3.2.0
Update README.md
Sling 3.1.3
Merge branch 'master' of https://github.com/puckowski/Sling.js
Sling 3.1.2
Fix bug with text nodes * Fix bug with text nodes by changing how text nodes are created in Sling Core.
Sling 3.1.1
Update README.md