Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Releases: outmoded/bassmaster

v3.2.0

30 Sep 04:37
Compare
Choose a tag to compare

v3.1.1

28 Feb 14:41
Compare
Choose a tag to compare
  • Modified the regular expression that checks values being used in subsequent batched request URLs so that it doesn't use backtracking #83

Hapi 17 Compatibility

10 Jan 06:24
Compare
Choose a tag to compare

v2.0.3

17 Dec 04:14
Compare
Choose a tag to compare

Updated a validation regex to add support for Id's which contain dashes (like uuid's) and dots (like file names). (Thanks @profpylons!)

v2.0.1

28 May 03:30
Compare
Choose a tag to compare

This release doesn't change any functionality.

Changes include:

  1. A major refactor of the plugin code to be cleaner, flatter and hopefully less error prone going forward: #67
  2. The unit test file had its setup code separated into a separate module: #69
  3. A few copy tweaks to the README, and a package.json update: #68

v2.0.0

26 May 02:42
Compare
Choose a tag to compare

This version updates all dependencies to their latest release versions.

There are a few breaking changes in how null payloads and queries are handled. Passing null as either payload or query will return null for that value in the response.

NPM: https://www.npmjs.com/package/bassmaster
npm install --save bassmaster@2.0.0