Skip to content

Releases: veliovgroup/jazeee-meteor-spiderable

Fixed #14, but breaks 404's

10 Aug 19:14
Compare
Choose a tag to compare

Fix #14 but causes #15

Since #14 is more important to work, I published this release.

Server handling of 404's and better server processing.

03 Aug 14:58
Compare
Choose a tag to compare

Cached Spiderable in Coffeescript

22 Jul 18:37
Compare
Choose a tag to compare

Meteor v1.2.2

  • Incorporated @dr-dimitru changes:
    • Caches requests with a custom (default 3 hour) expiration (TTL).
    • Handles the processing on a separate fiber to help with errors.
    • Accepts customQuery parameter which allows the client code to know about spidering.
    • See #7
  • Converted to Coffeescript
  • Organized code into tests and lib