Skip to content

Releases: onelenyk/gitignore-parser

v0.1.6

28 Jan 19:50

Choose a tag to compare

v0.1.4

26 Jan 21:56

Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Jan 23:45

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Jan 23:22

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Jan 23:11

Choose a tag to compare

GitIgnoreParser v0.1.1 Released!

We're excited to roll out GitIgnoreParser v0.1.1, enhancing our Kotlin-based .gitignore parsing library.

What's New:

  • Improved Pattern Handling: Enhanced efficiency in .gitignore pattern processing.
  • Advanced Logging: Upgraded logging for more effective debugging.
  • API Refinements: Smoother integration with API improvements.
  • Optimizations and Fixes: Addressed previous version bugs and optimized performance.

Get Started:

Visit the README.md in our repository for updated installation and usage instructions.

Acknowledgements:

Special thanks to our community and ChatGPT by OpenAI for ongoing support.

Dive into the new features of GitIgnoreParser v0.1.1 for your Kotlin projects!

onelenyk

v0.1.0

19 Jan 22:52

Choose a tag to compare

GitIgnoreParser v0.1.0

We are excited to announce the first official release of GitIgnoreParser, a Kotlin-based library designed to parse .gitignore files and apply gitignore rules in your projects effectively.

Features in this Release:

  • Efficient Parsing: Converts .gitignore glob patterns to regex, enabling precise and efficient matching.
  • Nested .gitignore Support: Seamlessly handles multiple .gitignore files in different subdirectories.
  • Optimized for Kotlin: Fully compatible with Kotlin projects, leveraging Kotlin's modern language features.
  • Advanced Logging: Integrated logging system for in-depth debugging and process tracking.
  • User-Friendly API: Simple and intuitive API, making it easy to integrate and use in your projects.

Getting Started:

To get started with GitIgnoreParser, please refer to the README.md in our repository, which includes installation instructions and usage examples.

Acknowledgements:

A special thanks to all contributors and to ChatGPT by OpenAI for assisting in development, providing code insights and optimization strategies.

We hope GitIgnoreParser will be a valuable tool in your development toolkit. For any issues, suggestions, or contributions, please feel free to open an issue or submit a pull request.

Thank you for trying GitIgnoreParser!

onelenyk