Skip to content

Latest commit

 

History

History
247 lines (178 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

247 lines (178 loc) · 5.71 KB

v1.1.0

7/30/2022

    • Added sitemap option #47

v1.0.2

7/29/2022

    • Updated author info.

v1.0.1

1/19/2022

    • Applied fix from fork.

v1.0.0

3/4/2021

    • No reported issues. No changes from beta 3. Done?

v1.0.0-beta.3

10/30/2020

    • Verbose Mode
    • Asset changes detected by MD5 hash
    • Removed Taxonomy

v1.0.0-beta.2

10/23/2020

    • Attempt to fix #39

v1.0.0-beta.1

4/7/2018

    • Breaking change: absolute URLs must be enabled in Grav System Configuration
    • Beautiful blueprints for the generate command in Admin Plugin
    • Taxonomy option added (#6)
    • Major code restructuring
    • assets was reportedly buggy and is now confirmed to be working (#26 and #27)

v0.12.0

3/29/2018

    • Generate button added to Grav admin (#5)
    • Assets no longer logs errors when processing data URIs
    • Assets ignores canonical links

v0.11.2

3/28/2018

    • Breaking change: --copy-assets -> --assets
    • Assets has been simplified and no longer accepts input.

v0.11.1

3/14/2018

    • --copy-assets didn't previously take external assets into consideration

v0.11.0

3/13/2018

    • Copy assets option searches for standard web assets and copies them into the output path (you may specify file types)

v0.10.0

3/11/2018

    • Fixed bug in RollingCurl where prunePendingRequestQueue was limiting the generation count (#24)
    • Fixed bug with the simultaneous limit where manual entry was returning an error

v0.9.2

11/29/2017

    • Set how many files will be generated simultaneously

v0.9.1

10/23/2017

    • Fixed bug where only the home page was generated when -r wasn't set

v0.9.0

10/23/2017

    • --force option allows for users to overwrite previously generated files
    • --routes option allows the user to choose which pages get generated
    • Separated the admin plugin settings from the CLI

v0.8.4

9/1/2017

    • Reverted to previous route method because collections are inadequate

v0.8.3

8/18/2017

    • Remove modular pages from routes (#18)
    • Fixed output-url (#19)

v0.8.2

8/1/2017

    • Fixed issue where generating path was blank in the CL

v0.8.1

8/1/2017

    • Added timer
    • Fixed memory growth problem (#16)

v0.8.0

7/30/2017

    • Lightning fast generation with asynchronous curl

v0.7.2

7/25/2017

    • GitHub links updated

v0.7.1

6/19/2017

    • Minor optimizations of the file generation method
    • Fixed mkdir errors (#12)

v0.7.0

6/18/2017

    • Feature: only render pages that have changed/been modified (#12)

v0.6.0

6/18/2017

    • Portal function solves (#10)

v0.5.1

6/1/2017

v0.5.0

4/9/2017

    • The website argument was reimplemented to consider all scenarios

v0.4.1

4/7/2017

    • Added error messages
    • Changed version history
    • Website must be defined (#4)

v0.4.0

4/6/2017

    • Destination can be set in the admin plugin

v0.3.1

4/6/2017

    • Hotfix for writing content to the wrong place

v0.3.0

4/6/2017

    • Removed hacky JS shit
    • Added g as an alt short form of generate
    • Fixed link error to pages query (#3)

v0.2.3

11/12/2016

    • Fixed directory path issue for unix style (#1)
    • Fixed every page being generated as the home page (#2)

v0.2.2

10/07/2016

    • Hotfix for writing content to page

v0.2.1

10/07/2016

    • Function for curl
    • Minor syntax
    • Hotfix for homepage route

v0.2.0

10/07/2016

    • A proper rewrite of the routes API call

v0.1.0

10/06/2016

    • Use ?pages=all to bypass impossible call grav->['pages'] in CLI
    • Loop and curl to generate the pages
    • Named Blackhole to go with Grav
    • ChangeLog, Blueprints, README