Skip to content

Releases: tapestry-cloud/tapestry

1.0.12

03 Jan 13:52
8c09407
Compare
Choose a tag to compare

Fixed

  • #272 Disable self-update command if not executed within a phar
  • #148 Front-matter is now parsed in files with an empty body
  • #189 getUid can no longer return an empty string

Added

  • #254 Added serve command
  • #157 Added lock file support so Tapestry doesn't run concurrently

1.0.11

23 Nov 11:45
Compare
Choose a tag to compare

Fixed

  • #255 Permalinks no longer clash on static files

Added

  • #230 Tapestry now warns if the project was previously compiled with a newer version of Tapestry
  • #241 Added optional max argument to permalink category template tag
  • #246 Added getEnvironment view helper

1.0.10

01 Aug 14:23
Compare
Choose a tag to compare

Bugfixes

  • #231 Fixed multiple firing of compile begin/end events
  • #234 Fixed incorrect import of Exception when loading site kernel
  • #235 Fixed Kernel service provider working on Windows but not on Linux when site kernel is named Kernel.php

1.0.9

07 Jul 10:14
Compare
Choose a tag to compare

Bugfixes

  • #209 Fix Url helper parsing of Uri with parameters
  • #208 File with multiple ext e.g. main.min.css are now compiled as expected rather than hyphenated e.g. main-min.css
  • #219 Fixed permalinks not being valid urls when using the file path on Windows

Enhancements

  • #146 Added --auto-publish flag to build command, click here for more information
  • #156 Added permalink registry for the purpose of identifying when two files have the same permalink and warning the user or resolving the conflict

1.0.8

06 Jun 09:09
Compare
Choose a tag to compare

Bugfixes

  • #186 Removed dead code in File class
  • #182 Different capitalisation of taxonomy classifications no longer results in duplicate classifications
  • #193 Url class now correctly encodes as according to RFC 3986

Enhancements

  • #168 Tapestry now warns on a copy source missing rather than failing
  • #165 Added {category} permalink template tag
  • #175 100% Test Coverage of Url Entity
  • #178 Added test coverage for ViewFile Trait
  • #185 Added post scheduling
  • #180 Increased test coverage of Taxonomy class
  • #183 Added breakdown by step to --stopwatch output
  • #198 Added Step before and after events
  • #181 Added coverage to HTML Renderer

1.0.7

02 May 08:42
Compare
Choose a tag to compare

Bugfixes

  • #118 Fixed ability to extend Tapestry Plates extension
  • #121 Ignore functionality changed
  • #123 PHP files are now treated as PHTML
  • #96 phine/phar is replaced by box-project/box2 for generating the .phar
  • #119 Added missing tests
  • #151 Self update command no longer creates a tmp folder on construct
  • #158 $this->getUrl() on null due to Blade extension not passing File on render method

Enhancements

  • #147 Skip functionality added to paginator
  • #152 Directories prefixed with an underscore are now ignored
  • #161 Added getExcerpt() helper

1.0.6

20 Mar 12:02
Compare
Choose a tag to compare

Bugfixes

  • #111 Fixed a bug with testing the cli functionality - now tests execute Tapestry in the same way as it is executed in the real world
  • #87 Fixed undefined offsets within ContentTypeFactory

Enhancements

  • #92 Added api command for exporting workspace state to a json file. This aids third party tools in integrating Tapestry.
  • #99 Added a base filesystem class
  • #88 ContentType now mutates its content so you know which content type it belongs to within the template and via third party integrations
  • #93 Configuration can now be either YAML or PHP based
  • #82 Destination folder is now configurable

1.0.5

17 Jan 12:21
Compare
Choose a tag to compare

Bugfixes

Enhancements

  • #30 Added View Helpers
  • #41 Added isDraft() view helper method
  • #47 Replace cebe/markdown with michelf/php-markdown

1.0.4

07 Dec 14:26
Compare
Choose a tag to compare

Bugfixes

  • #12 Pretty Permalink configuration is now listed to
  • #10 ArrayContainer class is now feature complete and unit tested
  • #7 Draft posts are now filtered if configured to be ignored

Enhancements

  • #6 Added --stopwatch flag to display how much time and memory was consumed during a build
  • #4 Tidied up service providers and execution order
  • #5 Added Unit Tests with good coverage
  • #8 Per-environment configuration for overloading base configuration dependant upon which --env is chosen

1.0.3

18 Nov 12:18
Compare
Choose a tag to compare
  • Added self-update functionality
  • Refactored execution order so that site kernel gets loaded at bootstrapping