* Allow submitting token input with empty value to remove token. (Samuel Reed)

 * Fix duplicate stylesheet issue (Pradnya Baviskar)

 * Fix explorer tests for different line endings on Windows (Pradnya Baviskar)
This commit is contained in:
Miroslav Bajtoš 2015-03-30 15:19:38 +02:00
parent 641e416dc5
commit c9b6d451cc
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2015-03-30, Version 1.7.2
=========================
* Allow submitting token input with empty value to remove token. (Samuel Reed)
* Fix duplicate stylesheet issue (Pradnya Baviskar)
* Fix explorer tests for different line endings on Windows (Pradnya Baviskar)
2015-02-23, Version 1.7.1
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-explorer",
"version": "1.7.1",
"version": "1.7.2",
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {