This project adheres to Semantic Versioning.
March 12th, 2021
- Fixed breakage caused by mixing BigInts with other types [
#10
].
December 6th, 2020
- Added support for recognising repositories in subfolders [
#9
]. - Fixed broken handling of very large inode values.
- Resources are now uniquely identified by device number and inode.
September 14th, 2018
- Transferred repository to
file-icons
organisation on GitHub - Upgraded
mapped-disposable
dependency tov1.0.2
August 13th, 2018
- Inlined helper functions previously imported from
alhadis.utils
. - Removed event logging from system-task queue.
- Added
normalisePath
function to exports list.
November 20th, 2017
Added the auxiliary PathMap
class to normalise paths consistently.
August 17th, 2017
Fixed a regression with reading the contents of opened text-buffers.
August 17th, 2017
Fixed an oversight where the wrong object was globalised at entry point.
March 21st, 2017
Initial release of filesystem API decoupled from file-icons
.