Releases: sondr3/generator-jekyllized
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.7
2016-08-24
Forgot to compose with the new subgenerator for the gulp task for building
Jekyll so the generator wouldn't create the most important task: the one for
actually building Jekyll. Ouch.
Changelog:
- [
7e82705371
] - Fix the build task not being copied - [
adbf9629e1
] - Fix test after using new package
1.0.0-rc.6
1.0.0-rc.6
2016-08-24
More squashing of bugs! Fixed a few minor bugs with this release:
- Now
Rouge
is actually used to highlight code instead of nothing at all - Removed redundant header tags that the Jekyll SEO plugin was providing anyways
- Fixed
jekyll:update
not actually updating all the gulp tasks - And fixed a bug with uploading to GitHub Pages where using the
master
branch
would fail. - [
3de11c5c16
] - Update README to match new uploading syntax - [
72afc87f79
] - Update generator-statisk - [
f250210d7c
] - Add a few Jekyll gems - [
b78ad378c9
] - Create a new subgenerator to fix update command - [
c02cc5db44
] - Update README - [
e42fac2630
] - Actually use the Jekyll SEO plugin - [
8771192677
] - Actually use Rouge to highlight code
1.0.0-rc.5
1.0.0-rc.5
2016-07-28
Yet another minor bug and feature release, for the most part the changes happened in generator-statisk, these were that injecting CSS changes are now back! Instead of refreshing your browser it's now injected instead. Furthermore are dotfiles (eg. .htaccess
) copied and uploaded when deploying your site.
Also fixed a bunch of tests and updated the packages for the generator.
- [
7ba4b49ebd
] - Update tests - [
239fd32a8a
] - Fix linting errors - [
215b079fde
] - Update packages - [
5b43248bc5
] - Include dotfiles when copying the site - [
f97dec6793
] - Remove leftover Jekyll Archives layout files
1.0.0-rc.4
1.0.0-rc.4
2016-06-16
Another minor bugfix release, we don't need to check whether or not gulp
is
installed globally so we removed that, added use strict
to the build
gulp
task file and fixed bundle installe
being run before the Gemfile
exists in
the directory.
Changelog:
- [
a6bffd3ce9
] - Fix bundle installed starting before Gemfile exist - [
f73679c442
] - Fix site:doctor to work with generator-statisk - [
4f8d2fd25b
] - Add 'use strict'; to build task - [
9703af10f1
] - Don't actually need to check for gulp
1.0.0-rc.3
1.0.0-rc.3
2016-06-06
Mostly a bugfix release, fixed the generation comment when both running normally
and updating your project and updated packages and which packages NPM uses to
publish with.
Changelog:
- [
a39b8a8fb7
] - Add tests for jekyllized:update command - [
0d94b47d6d
] - Update packages - [
29692d21fa
] - Fix a few messages - [
ebd2c2c43d
] - Fix jekyllized:update comment in gulpfile - [
c64bb37de2
] - Update package files etc - [
5eef5dfcc4
] - Fix name and version of generator being applied
1.0.0-rc.2
1.0.0-rc.2
2016-06-05
For the most part a big background update, the main part of the generator was
split out into a separate generator for easier reuse and updating. The only
significant change is that the gulpfile is split into several smaller subfiles,
other than that it's all just moving logic out of this generator and into
generator-statisk
.
Changelog:
- [
a374327244
] - Update the README some more - [
ca041273ed
] - Update readme [ci skip] - [
f7602c10cc
] - Fix a super tiny spacing error - [
e9f4f3738b
] - Add skip install message - [
7f6ea43b9e
] - Add command to update your generator - [
df8f278373
] - Use generator-statisk's gulp generator - [
dd4a89ef0e
] - Add jekyllized content to the README - [
6e5792c54b
] - Remove mockery, it wasn't needed after all - [
b53066e692
] - Start integrating generator-statisk - [
48064def25
] - Update description to match github - [
a3be50a4cf
] - Update test to use jsonFileContent - [
fb03487bc4
] - Removed unneeded dependency - [
b4f9906623
] - Update changelog [ci skip]
1.0.0-rc.1
1.0.0-rc.1
2016-05-29
Release the first release candidate for generator-jekyllized
that isn't hidden
behind a tag, so it will be listed as the latest release. Also did a minor fix
for the rebuild
task in the gulpfile.
Changelog:
- [
497e716c18
] - Update README, release candidate and minor gulp fix - [
15116be9d0
] - Overlooked something during the merge - [
6e851d078f
] - Merge branch 'beta'
1.0.0-beta.23
1.0.0-beta.23
2016-05-29
Fixed the syntax for gulp-imagemin as it made the gulpfile error out, and also
updated the function to validate the URL to be smaller.
Changelog:
- [
3a142ef021
] - Fix syntax for gulp-imagemin - [
3a39933bcc
] - Simplify validate function
1.0.0-beta.22
1.0.0-beta.22
2016-05-28
This is for the most part a pure backend update release and nothing too major
happened to the generator itself besides updating a few packages. Other than
that I moved to using AVA instead of Mocha for testing and had a heyday trying
to get that to work, it was quite the party. But it all works well, and quite a
lot faster as well.
Changelog:
- [
65a05d6050
] - Update license year [ci skip] - [
d2479127ea
] - Didn't read the documentation... - [
ca13406b2d
] - Readd welcome message, update skip-install message - [
63f97fbadc
] - Ignore some assert functions - [
5acea649c9
] - Update packages, fix testing for versions - [
0415f99ef5
] - Fix checking dependencies, update AVA - [
19ea9665c3
] - Fix tests, update yeoman-generator - [
fa9e6b166a
] - Nope, not working still... - [
07658812f4
] - Third time's the charm - [
c3eab364a5
] - Second try - [
8b03cea0e3
] - Apparently you must tell it to install node packages as well - [
3c201a7f45
] - Install bundler when testing - [
deac0babc5
] - Don't install dependencies - [
7e5b80a8f1
] - _Revert_ "back from all the testing of the tests" - [
abe1489574
] - _Revert_ "Try using --serial for AVA on Travis" - [
a3c1dd3ce4
] - Fix syntax error - [
0971a893c8
] - Even more testing the tests - [
64425a1497
] - Test testing - [
9b180fa433
] - Try using --serial for AVA on Travis - [
069ba32849
] - Rename a test because having two of them got confusing - [
e5463ac2d6
] - Try running AVA in serial - [
4a85a4f7e7
] - Update packages - [
b8db04b189
] - Give me Travis updates on Gitter - [
6c9b516adb
] - Refactor testing of uploading a bit - [
fa3b95c818
] - Add gitter badge, remove some other badges - [
1ac45b380f
] - Remove gulpfile and unused files from root as well - [
a78b9cc6a1
] - Remove unused files - [
830b5dfee6
] - I dun goofed - [
b710300749
] - Removed node v4 by accident - [
e77a1e5d50
] - Move to using AVA for tests