Skip to content

Releases: veliovgroup/spiderable-middleware

v1.3.1

21 May 11:44
Compare
Choose a tag to compare
  • Update NPM (Node.js) dependencies
  • Update Atmosphere (Meteor.js) dependencies
  • Fix TypeError: Path must be a string. Received undefined issue/exception

v1.3.0

08 May 12:35
Compare
Choose a tag to compare
  • Update NPM dependencies;
  • 100% tests coverage, new specific tests for ignore, only, and onlyRE rules;
  • Overall codebase enhancements, minor speed performance improvement;
  • New option: only - {[String|RegExp]} - [Optional] An array of strings (case sensitive) or regular expressions (could be mixed). Define exclusive route rules for prerendering;
  • New option: onlyRE {RegExp} - [Optional] Regular Expression with exclusive route rules for prerendering.

v1.2.5

03 Mar 11:49
Compare
Choose a tag to compare

Atmosphere (Meteor.js):

  • Previously published package version was somehow broken, this release going to fix it
  • Better Meteor (TinyTest) tests

NPM (Node.js):

  • Better NPM tests
  • Fix internal dependency bug

v1.2.4

02 Mar 18:39
Compare
Choose a tag to compare

NPM (Node.js):

  • NPM dependencies update
  • Overall minor codebase enhancements
  • Better NPM (Mocha) tests

Atmosphere (Meteor.js):

  • Atmosphere (Meteor) dependencies update
  • Overall minor codebase enhancements
  • Better Meteor (TinyTest) tests
  • Compatibility with [email protected]
  • Minimal required version of Meteor now is v1.6.1

v1.2.3

29 Nov 13:19
Compare
Choose a tag to compare

Meteor:

NPM:

  • Mocha tests
  • Docs update

v1.2.2

14 Oct 05:44
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • Better & More tests
  • Dependencies update
  • Overall minor codebase enhancements

v1.2.1

18 Jul 02:52
Compare
Choose a tag to compare

v1.2.0

02 Jun 00:54
Compare
Choose a tag to compare
  • Overall codebase enhancements and performance improvements
  • Compatibility with [email protected]
  • Update NPM dependencies
  • Update examples in the docs

v1.1.0

08 Mar 17:50
Compare
Choose a tag to compare
  • No breaking changes for Node.js (NPM) usage
  • Breaking for Meteor.js - Spiderable variable isn't pushed to global scope use import
  • ES6 + modules + import for Meteor.js
  • Move codebase away from CoffeeScript
  • Dependencies update
  • Overall minor enhancements

v1.0.2

12 Nov 00:37
Compare
Choose a tag to compare
  • Update to meet ostr.io
  • Minor codebase enhancements