Posted Wednesday, April 25 at 11:28 PM (6 years ago)
Not a lot to say, just that all my intended image rendition functions work now (historical note: this entry was back when the Publ site included the test suite, which is no longer the case).
I really need to stop dragging my feet on migrating beesbuzz.biz over, because there is
absolutely no excuse now.
Anyway, this ups the Publ version to 0.1.5. Have fun.
Posted Wednesday, April 25 at 4:12 PM (6 years ago)
I’ve released version 0.1.4 of Publ, which makes the following major changes:
limit
has been changed to count
in the API (for more consistency and clarity)
- Similarly, on image sets,
limit
is now count
and limit_offset
is now count_offset
- More template functions now support positional (rather than keyword) parameters; this has yet to be documented however
And on this site I’ve split out the manual to put the various template object
APIs into their own category, although the organization of the
documentation is still h*ckin' messy.