Releases: bem-site/gorshochek
Releases · bem-site/gorshochek
Release list
v2.1.2
v2.1.0
v2.0.0
Major changes:
- Remove normalizeModel task
- Change field
headertoheadfor holding page header title and page head title and meta information - Rename model fields
sourceUrltosourceandsourcetocontent
Minor changes:
- Add new task
./src/tasks/template/full-bemfor applying BEM templates and build static html pages - Add new task
./src/tasks/docs/load-from-httpfor loading pages sources via http - Add new task
./src/tasks/core/import-modelfor loading pages from ready data.json file
Fixes:
- Do not override tags
- Fix passing marked options to
./src/tasks/docs/transform-md-htmltask - Save initial page order
Other:
- Remove babel transpiler. Use native es6 code. (Supported from node v4.x)
- Remove unused dependencies
v1.1.0
- Add ability to pass marked options and concurrency number into transform-md-html task
- Implement adding of trailing slash to page urls
- Fix issue of page titles creation for pages with urls ended on /
- Fix issue of page breadcrumbs creation for pages with urls ended on /
- Fix issue for tag pages creation of model has no any tags
v0.1.0
Initial stable version
- Implement builder core
- Implement set of core tasks
- Full test coverage
- Documentation