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)
This commit is contained in:
parent
641e416dc5
commit
c9b6d451cc
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue