All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and keepachangelog.com.
- Support Atom +v1.37
- Update all deps #37
- Fix support for Atom 1.37 (and maybe a few older versions) #36
- Check that item is considered valid before adding it to recent items list #33
- Fix confirm selection working for +v1.26-beta when having multiple project folders open
underscore-plus
, no longer necessary
- Make package compatible with new internal fuzzy-finder format as of Atom v1.126-beta #31
- Cleanup:
semver
dependency, no longer used, since #23
- Removed check for older Atom versions; new version will require latest Atom stable release (>=1.16.0) #23
- Make selection operations: select-next-item and confirm-selection work again #22
- Uncaught TypeError: Class constructor FuzzyFinderView cannot be invoked without 'new' #20
- #18 Expose commands to control RecentFilesView selection
- Lint styles can now be validated through
npm run lint
- Updated dependencies to latest versions
- Fix test case broken on master (Atom handled it internally nowadays)
- Unused dependency,
fs-plus
- Restore addsCount after Atom is (re)started, so files appear in the expected sort order; hopefully solves #8
- Require Directory model directly from
atom
instead of having it as custom dependency - Added coffeelint to keep code style consistent
- Fixated package dependency versions to avoid bad surprises
- Failed to rebuild/clean install on Atom v1.2.0 #11
- Removed a debugger call #9
- Uncaught Error: Unable to watch path
- undefined method call
- Update dependency versions, due to upgraded Chrome/node version
- require using path join instead of forward-slashes
- Initial release