Skip to content

Version 1.14.1

Compare
Choose a tag to compare
@jimlambie jimlambie released this 28 Dec 08:30
· 1416 commits to develop since this release

This release fixes a bug where collection and endpoint files were given an incorrect REST resource address. This was caused by splitting the directory path to the files using the character '/', which fails under Windows. The update uses the appropriate separator for the platform by calling Node's built in path.sep method.