Skip to content

Releases: jeftadlvw/go-pathlib

🔖 v0.0.2 - Improved core API

10 Feb 15:45
Compare
Choose a tag to compare

✨ Improved core API
This release improves some function names that check for path equality. It also adds functions regarding file extensions.

📋 More focussed roadmap
With this release, the project got a more focussed roadmap for feature development. The roadmap is located in the README. It covers some more features you would expect from a path abstraction library.

💥 Removed functions
This focussed approache also caused some previously available functions regarding filesystem equality checks to be removed (see c4f39d5). This is because they need a new approach and should not be dangling, untested features. They will be available again in future versions (see roadmap).

Expect some more versions soon. We don't feel comfortable to release a v1.0.0 yet, because we'd like to test the look and feel of this library in other side-projects.

🎉 v0.0.1 - Hello World

04 Oct 20:37
Compare
Choose a tag to compare

Say hi to go-pathlib!

This first (alpha-ish) release exposes this project to the public. Feel free to test and use this project wherever you want!
The API should be stable, although there may be some some minor changes in naming and/or behaviour within the upcoming releases.

Sharing and contributing is encouraged!