Skip to content

Dot 1.0.0: Initialization Release

Compare
Choose a tag to compare
@mowshon mowshon released this 25 Jun 14:36
· 8 commits to main since this release
3f495ef

Welcome to the first official release of Dot, the Go package designed to bring simplicity to navigating and manipulating complex data structures with dot-separated paths.

This 1.0.0 release introduces a suite of features that include:

  • Easy insertion of values into struct fields, maps, arrays, slices, and channels.
  • Capability to handle keys of diverse types in maps with placeholders.
  • Effective error handling that provides detailed information on operational and field errors.
  • A comprehensive documentation with illustrative examples.

Please refer to our README for a deep dive into each of these features and how to use them effectively. We look forward to your feedback and contributions as we continue to enhance and expand Dot's capabilities.

Thank you for supporting Dot! Happy coding!