Releases: tycrek/pagery
Releases · tycrek/pagery
v0.6.2
- build: update packages b06d38a
- fix: incorrect CSS access for module test 686fe09
- refactor: improve how CSS is returned after compilation 71f4ecc
- chore: improve comments, minor cleanup 3bfd635
- refactor: reduce amount of unnecessary
try/catch
d696d30 - refactor: moved mini functions to top-level 68bdbcf
- docs: mention run via
npx pagery
e06c90d - chore: clean up module test 6a385ce
- build: update packages 7cc1174
v0.6.1
v0.6.0
- test: updated other tests 5e82225
- feat: added Iteration processing & rendering f1c0927
- feat: added sample Pug Iteration w/ nested property 0da217c
- feat: added Iteration check to pugTree 7e19fe1
- chore: added Iteration sample data file 90dff52
- feat: added Iteration builder 808c1b9
- feat: added checkFile 1a2976d
- docs: add note for
only
option e4ad747 - feat: added
only
option for explicit Pug file rendering dd2cae6 - docs: fix note about CSS a9f74ca
- build: update packages cee9a61
v0.5.1
v0.5.0: Sub-directories for Pug, saving for CSS!
Pagery now supports sub-directories for your Pug files. CSS will also be saved to file by default now! This can be disabled by setting outputCss
to false
.
- test: updated tests for saving multiple CSS to file 2f2f38e
- feat: add new Boolean option
outputCss
for saving CSS to file e0b482a - misc: added sample subdirectory Pug files 1f42735
- feat: add support for multiple levels of sub-directories 78131c4
- docs: adding missing option for
--config
818e439 - build: update typescript and @tsconfig/node16 40c1d00
v0.4.0: Module!
pagery now supports being used as a module! See the section on the README for details.
v0.3.0: Config files!
Highlights
Added support for using config files with the --config
flag!
- docs: mentioned support for using config files 2dc112e
- test: added config file tests 7b70dfb
- feat: added support for config files 3d807bf
- misc: update .gitignore to hide new test output dir fe57295
- fix: maybe resolve project showing as JS? c79d359
- refactor: Options now lives in separate file 42615e4
- misc: forgot the bump for package-lock.json 26d4d1d
v0.2.4
Highlight
Full Changelog: v0.2.3...v0.2.4