All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #29 adds a
PhlyBlog\CompilerFactory
, and wires thePhlyBlog\Compiler
service to be created via that factory.
- #29 adds an optional
?Compiler $compiler = null
argument to theCompileCommand
constructor. When provided, the command will use thatCompiler
instance. TheCompileCommandFactory
now pulls theCompiler
service from the container and passes it for that argument.
Release Notes for 2.1.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
- 29: Add Compiler as a container service thanks to @weierophinney and @vrkansagara
-
#26 fixes issues with display of progress bars, ensuring they display along with the label detailing what is being compiled.
-
#26 fixes the remaining issues with rendering the blog posts using the
phly-blog:compile
tooling, ensuring that the view is capable of identifying a renderer, posts are rendered within the layout, and that no duplication of metadata occurs.
Release Notes for 2.0.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 26: Fix rendering of posts and pagination thanks to @weierophinney
- #23 fixes an issue in the phly-blog:compile command with resolution of the Tags listener, which led to a fatal error.
Release Notes for 2.0.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
- 23: Fix tags listener resolution thanks to @weierophinney and @vrkansagara