Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Dec 5, 2020
1 parent 9e67926 commit 5165875
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,31 @@ Change Log

This project adheres to [Semantic Versioning](http://semver.org).

[Staged]: https://github.com/file-icons/Atom-FS/compare/v0.1.6...HEAD
[Staged]: https://github.com/file-icons/atom-fs/compare/v0.2.0...HEAD


[v0.1.6](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.6)
[v0.2.0](https://github.com/file-icons/atom-fs/releases/tag/v0.2.0)
------------------------------------------------------------------------
**December 6th, 2020**
* Added support for recognising repositories in subfolders [[`#9`][]].
* Fixed [broken handling][2] of very large inode values.
* Resources are now [uniquely identified][2] by device number and inode.

[`#9`]: https://github.com/Alhadis/repository/issues/9
[2]: ../../commit/3e1a85c3a532e1170ebbcdb41ce0a025f4eb98de


[v0.1.6](https://github.com/file-icons/atom-fs/releases/tag/v0.1.6)
------------------------------------------------------------------------
**September 14th, 2018**
* Transferred repository to `file-icons` organisation on GitHub
* Upgraded [`mapped-disposable`][] dependency to [`v1.0.2`][1]

[`mapped-disposable`]: https://github.com/file-icons/MappedDisposable
[1]: https://github.com/file-icons/MappedDisposable/releases/tag/v1.0.2
[`mapped-disposable`]: https://github.com/file-icons/mapped-disposable
[1]: https://github.com/file-icons/mapped-disposable/releases/tag/v1.0.2


[v0.1.5](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.5)
[v0.1.5](https://github.com/file-icons/atom-fs/releases/tag/v0.1.5)
------------------------------------------------------------------------
**August 13th, 2018**
* Inlined helper functions previously imported from [`alhadis.utils`][].
Expand All @@ -27,27 +38,27 @@ This project adheres to [Semantic Versioning](http://semver.org).
[`normalisePath`]: ../../blob/1b3ba49/lib/utils.js#L43-L61


[v0.1.4](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.4)
[v0.1.4](https://github.com/file-icons/atom-fs/releases/tag/v0.1.4)
------------------------------------------------------------------------
**November 20th, 2017**
Added the auxiliary [`PathMap`][] class to normalise paths consistently.

[`PathMap`]: ./lib/path-map.js


[v0.1.3](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.3)
[v0.1.3](https://github.com/file-icons/atom-fs/releases/tag/v0.1.3)
------------------------------------------------------------------------
**August 17th, 2017**
Fixed a regression with reading the contents of opened text-buffers.


[v0.1.2](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.2)
[v0.1.2](https://github.com/file-icons/atom-fs/releases/tag/v0.1.2)
------------------------------------------------------------------------
**August 17th, 2017**
Fixed an oversight where the wrong object was globalised at entry point.


[v0.1.0](https://github.com/file-icons/Atom-FS/releases/tag/v0.1.0)
[v0.1.0](https://github.com/file-icons/atom-fs/releases/tag/v0.1.0)
------------------------------------------------------------------------
**March 21st, 2017**
Initial release of filesystem API decoupled from [`file-icons`][].
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-fs",
"version": "v0.1.6",
"version": "v0.2.0",
"license": "ISC",
"author": "John Gardner <[email protected]>",
"repository": "https://github.com/file-icons/atom-fs",
Expand Down

0 comments on commit 5165875

Please sign in to comment.