Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
<!-- %% CHANGELOG_ENTRIES %% -->
### 0.7.0 - 2022-05-22 23:30:37
Add a `forage_submit` widget in order to have a `submit` button that plays well
with the CSS styles used by Forage.
Improved the docs.
### 0.6.0 - 2022-03-20 22:45:00
Major refactor with bettwe support for customization of more complex widgets.
### 0.5.0 - 2021-11-23 22:06:21
Main changes were:
* Complete refactor - many parameter changes throughout the code;
In many places, optional arguments of the form `opts \\ []` were made
into required arguments to avoid having many functions with multiple arities
* Documentation coverage was improved - pretty much all functions now have
a `@doc` attribute, even if it0s only a placeholder
* Better integration with PostgreSQL search
This should be considered *pre-1.0* version: the API is not expected to change
in the v1.0 version.
Some very important issues remain before being able to release v1.0:
* **Testing**: testing coverage is pretty much non-existing.
Tests only cover parameter encoding and decoding.
View code isn't tested at all.
Query generation isn't tested either.
* **Documentation**: documentation coverage isn't very good either.
Before v1.0, all functions should have usable documentation
and at least one usage example.
### 0.4.0 - 2021-07-20 22:07:19
Refactored the code; not many user visible changes.
Added the `publish` mix task which helps preparing the hex package to be published.