Skip to content

v1.14.0

Choose a tag to compare

@dr-dimitru dr-dimitru released this 02 Mar 20:18
· 339 commits to master since this release
b56b6bf
  • ☝️ This release focused on compatibility with meteor@1.9.* and node@12.*.*;
  • 🀝 Compatibility with meteor@1.9.*;
  • 🀝 Compatibility with node@12.*.*;
  • πŸ‘¨β€πŸ”¬ Demo apps are updated and tested agains latest meteor/node.js releases;

Minor:

  • πŸ”₯ Package version v1.14.0 and newer are compatible only with meteor@1.9.* and newer, due to changes in meteor@1.9 and node@12

Fixed:

  • 🐞 no such file or directory exception for .write() method;
  • 🐞 no such file or directory exception for .load() method;

Updated:

  • πŸ“¦ Update request NPM dependency to v2.88.2, was v2.88.0;
  • πŸ“¦ Update file-type NPM dependency to v14.1.3, was v12.4.0;
  • πŸ“¦ Update ostrio:cookies Atmosphere dependency to v2.6.0, was v2.5.0

Changed:

  • πŸ“‹ Documentation: Minor typos and styling/markup fixes;