Commit Graph

10 Commits

Author SHA1 Message Date
relikd
5118d19532 bump v0.9.6 2022-04-13 21:30:55 +02:00
relikd
d689a6cdf7 small fixes
- set child default object to field key
- strip whitespace if split
- ignore case for sort order
- setup.py package instead of module
2022-04-10 22:57:46 +02:00
relikd
b05dd31ff0 v0.9.5 2022-04-07 13:33:59 +02:00
relikd
16a26afdce fix data model enumeration with no flow blocks 2022-04-07 01:01:23 +02:00
relikd
c618ee458b v0.9.4 2022-04-06 22:12:06 +02:00
relikd
298e0d4a62 v0.9.3 2022-04-06 15:47:38 +02:00
relikd
626c0ab13a fix processed lookup 2022-04-01 13:34:35 +02:00
relikd
c9c1ab69b1 complete refactoring to ensure group before build
Due to a concurrency bug (lektor/lektor#1017), a source file is
sporadically not updated because `before-build` is evaluated faster
than `before-build-all`. Fixed with a redundant build process.

Also:
- adds before- and after-init hooks
- encapsulates logic into separate classes
- fix virtual path and remove virtual path resolver
- more type hints (incl. bugfixes)
2022-03-31 04:16:18 +02:00
relikd
dfdf55a5a5 group before parent node + emit init-once 2022-03-27 10:11:29 +02:00
relikd
2eb8d820c0 First version 2022-03-25 17:21:02 +01:00