Skip to content

Latest commit

 

History

History
210 lines (128 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

210 lines (128 loc) · 10.3 KB

Change Log for sitegen

Static site generator for Dart, webserver included.

Feature

v1.7 - 2017-12-15

Feature

  • Testing for necessary, installed commands 6477ea7

v1.6.4 - 2016-12-15

Fixes

  • sitegen --serve did not check if .packages-file is available a36b0e5

Docs

  • Import (scss) sample added to README 670fbeb

v1.6.1 - 2016-12-07

Feature

  • -k cmdline option added, shows available keys for site.yaml 8decde6

v1.6.0 - 2016-12-06

Feature

v1.5.0 - 2016-12-06

Feature

  • No need for packages-folder anymore 39adc76

v1.4.2 - 2016-11-16

Docs

v1.4.1 - 2016-10-20

Feature

v1.4.0 - 2016-09-12

Refactor

  • Server defaults to 0.0.0.0 instead of 127.0.0.1 7a0ca46

v1.3.3 - 2016-09-09

Feature

  • You can overwrite the port in .sitegen/site.yaml with port: "7000" b15fa01

v1.3.2 - 2016-07-06

Feature

  • Works now with autoprefixer-cli 713f325

v1.3.0 - 2015-12-08

Docs

v1.2.4 - 2015-11-16

Feature

Docs

  • Improved description in site.yaml 960733a

v1.2.0 - 2015-10-29

Feature

  • Makes it much easier to generate a menu, better sample 8884e95

v1.1.7 - 2015-08-14

Docs

  • Link to video did not work in pup.dartlang.org 72234cb

v1.1.5 - 2015-08-14

Feature

  • --ip option to set your local IP 4d5da10

v1.1.4 - 2015-06-18

Docs

v1.1.3 - 2015-06-15

Feature

  • Additional watch-folders added b9523c0

Docs

v1.1.2 - 2015-06-09

Docs

v1.1.0 - 2015-06-09

Feature

  • Speech output is only enabled on Mac 8a926b4

v1.0.1 - 2015-05-29

Chore

  • Breaking change - html-folder moved into .sitegen 935b607

Feature

  • You can now specify where your doc-root is (was by default web) a7cae49

v1.0.0 - 2015-05-26

Feature

  • Extra Assets-Dir can be defined f919fa9

v0.4.1 - 2015-04-23

Feature

  • Accepting images in content-dir a9c0910

v0.3.3 - 2015-04-21

Fixes

  • Empty site.yaml crashes SiteGen 91ac1d3

v0.3.2 - 2015-04-21

Fixes

  • watched folder checked the wrong Timer 267f4f9

v0.3.1 - 2015-04-21

Feature

  • SiteGen waits until all files and folders are updated until it starts to regenerate it's files 404f9f1

v0.3.0 - 2015-04-20

Feature

v0.2.1 - 2015-04-17

Feature

  • Shortcut for watch + serve added 7be5a76

v0.2.0 - 2015-04-17

Feature

  • SASS and Autoprefixer can be turned off 86c2ea6

v0.1.3 - 2015-04-14

Fixes

  • Packages are now excluded from watch-dirs d1412fe

v0.1.2 - 2015-04-14

Fixes

  • data-dir was not watch-enabled b52798b

v0.1.1 - 2015-04-14

Fixes

v0.1.0 - 2015-04-14

Feature

  • data-files (yaml + json) can be used 8beec7a

Fixes

  • sass + Autoprefixer are working for larger files too 7e26392

v0.0.6 - 2015-04-08

Feature

v0.0.5 - 2015-03-30

Feature

  • -i creates a basic file-structure for you 35c3d4e

v0.0.3 - 2015-03-30

Docs

  • Screenshot did not work on pub 96d17d8

v0.0.2 - 2015-03-30

Feature

Docs

This CHANGELOG.md was generated with Changelog for Dart