All Versions
23
Latest Version
Avg Release Cycle
121 days
Latest Release
1967 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.3
January 16, 2018 -
v3.0.2 Changes
November 24, 20152015-11-24
-
v3.0.1-beta
October 11, 2015 -
v3.0.0-beta Changes
October 11, 2015ES6
- 👍 Only support node >= 4.0 and get rid of babel.
- ✂ Removes deprecated api calls (by using
fs.access
) 'use strict';
everywhere
Notifications
- Global cache api with providers (memory, redis)
- 👍 Better Notify api, using global cache
- Sockets for notifications (push-only server)
Search
- recursive improvements
- filters
✅ Tests
- 👍 better tests bootstraping
- ➕ add
chai-as-promised
Misc
- 🔌 Copy/Paste plugin
- More comments
- 🔌 Minor fixes (global plugin disable, tree cache ttl) and features (checkbox to select all, large screens)
-
v2.3.6
October 11, 2015 -
v2.3.5
September 24, 2015 -
v2.3.4
September 24, 2015 -
v2.3.2
September 22, 2015 -
v2.2.7-beta Changes
- ➕ add binary to help installing plugins and reloading explorer
- 🔨 refactor native search :
- use tree lib instead of code duplication
- implement search filters (--dir)
- use Jaro Winkler distance
- 👌 improved plugins managment
- plugins are using a detached router on /p/pluginName
- better hooks management
- docs improvement (see here)
- Main directory cleanup
- moved configuration examples to
doc/examples
- default configuration is taken from
doc/example
- moved configuration examples to
- 🚀 refactor deployment/publish scripts
-
v2.1.0-beta Changes
- 🔌 Plugins implementation
- 🛠 Minor view fixes
- 📄 Docs and comments