Revision code
Changes
Version 0.54.1
Changes
This release contains no new features, but will help you when using tools like Babel or Webpack:
- Unpoly now ship without any uses of
eval() in its JavaScript sources. Use of eval() had previously prevented minifiers from shortening local variables in some files.
- Documentation in Unpoly's JavaScript sources can no longer be confused with JSDoc comments. Unpoly does not use JSDoc, but some build pipelines eagerly look for JSDoc comments to generate type information.