v1.1.3: A drive for Open Source Friendliness / Simplicity and Documentation
No new features in this release - but a major push towards open source friendliness.
Modules were simplified to help developers navigate and understand the code. This includes a couple of major changes:
- 1 Library - originally, there were 4 libraries, now it's just numstore. There really was no need to have multiple libraries and it was mostly a development tool to isolate visibility. As numstore matures, and stables out, it's much more straight forward to keep one simple library to help people navigate the code better
- Better (ongoing) documentation - A proper documentation and commenting format was adopted for numstore. Docs now follow Doxygen format - with headers and function comments. This is a work in progress
This was a necessary step to drive the open source adaptability of Numstore to make it easier for developers to onboard quickly.
Full Changelog: https://github.com/lincketheo/Numstore/compare/v1.1.2...v1.1.3