Skip to content

Releases: alnvdl/fstringen

v0.0.14

17 Mar 15:48
Compare
Choose a tag to compare

Fixing an issue in the documentation and the example.

The API should stabilize soon and a v1 release is to be expected.

v0.0.13

17 Mar 15:39
Compare
Choose a tag to compare

A bit more of API breakage (this is still v0.0.*):

  • Model.from* methods have been removed; please use Model(name, value) instead.
  • Fixed a bug that made Model.select("path", None) return None if the path is not found.

The latest release was quite solid, and this one is just improving things. The API should stabilize soon and a v1 release is to be expected.

v0.0.12

27 Aug 15:07
Compare
Choose a tag to compare

Significant API breakage (this is still v0.0.*):

  • gen no longer takes the comment and notice args, use preamble instead;
  • root arg is no longer exposed by the Model.from* static methods (it didn't make sense);
  • callerctx arg is no longer present in Model methods, as it was no longer in use;
  • Streamlined docstrings;
  • Code was moved around and better organized in different files;
  • README improvements.

v0.0.11

22 Aug 00:47
Compare
Choose a tag to compare

Significant API breakage (this is still v0.0.*):

  • Selectable was consolidated into Model;
  • mymodel(...) as a shorcut for mymodel.select(...);
  • Default values can be passed to Model.select in case a lookup fails;
  • Mapper was removed;
  • The undocumented lookup local vars for path parameters (e.g., /path/<myvar>/name) was removed;
  • Improve reference lookup in Model.select so that it's more consistent (#/path/object/name-> and /path/object/myref-> work the same way now);
  • Bug fixes, README improvements.

v0.0.10

27 Nov 20:53
d26fb0c
Compare
Choose a tag to compare
Merge pull request #7 from alnvdl/dev

Bump version number