Releases: sio/LibPQ
Version 1.3.0
This release accumulates a number of small changes over the past two years and highlights a significant improvement in LibPQ development: now we have a CI pipeline!
See RELEASES.md for a detailed changelog.
Version 1.2.0
This release adds a few minor improvements regarding the unit testing
framework.
The library has been in regular use for more than a year already and has
proven to be very stable and had required very little maintenance. Author
recommends it for use in any suitable task.
New features
- Support for fact based unit tests
- Support unlimited number of test runners for different test suite types with
UnitTest.Discover. Runner is determined
based on the value ofLibPQ.TestSuite
meta field. Test runners have to be
API compatible with the reference implementation
(UnitTest.Run)
Other changes
- Test code was moved into a separate directory (#15)
Version 1.1.0
This release adds a few minor features.
The library has been around for half a year already. The author has been using
it regularly to create new reports and refresh existing ones, no significant
issues had arisen. The project is considered suitable for daily use.
New features
- New assertion function
NotEqual
in
UnitTest.Assert - VBA helper module that simplifies access to the
metadata about the current workbook
New modules
- Function.Chain -
Apply a sequence of operations to the input value
Version 1.0.0
This is the first release of LibPQ. The library and the loader are considered feature full and stable.
Most of the features are described in the README and in documentation. Introductory overview is available at author's blog.
New features
- Import source code from plain text files located on disk or on the web
- Unlimited number of import locations ordered by priority
- Unit testing framework
- Show docstrings in Power Query user interface
- A collection of general purpose functions and queries
- Compatibility with @tycho01's library