Skip to content

Releases: bem-site/gorshochek

v2.1.2

23 Feb 06:20
Compare
Choose a tag to compare
  • Fix issue with escaped russian characters in html pages

v2.1.0

22 Feb 20:46
Compare
Choose a tag to compare
  • Implement task for loading images founded in html code of pages and overriding img src attributes to local image sources
  • Add tests for core/import-model task

v2.0.0

23 Feb 06:19
Compare
Choose a tag to compare

Major changes:

  • Remove normalizeModel task
  • Change field header to head for holding page header title and page head title and meta information
  • Rename model fields sourceUrl to source and source to content

Minor changes:

  • Add new task ./src/tasks/template/full-bem for applying BEM templates and build static html pages
  • Add new task ./src/tasks/docs/load-from-http for loading pages sources via http
  • Add new task ./src/tasks/core/import-model for loading pages from ready data.json file

Fixes:

  • Do not override tags
  • Fix passing marked options to ./src/tasks/docs/transform-md-html task
  • Save initial page order

Other:

  • Remove babel transpiler. Use native es6 code. (Supported from node v4.x)
  • Remove unused dependencies

v1.1.0

23 Feb 06:19
Compare
Choose a tag to compare
  • 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

21 Jun 09:15
Compare
Choose a tag to compare
  • Add rsync task for sync files between cache and data folders
  • Add task dependency system
  • Remove mock-fs dependency. Restore testing with real filesystem

Initial stable version

31 May 06:52
Compare
Choose a tag to compare
  • Implement builder core
  • Implement set of core tasks
  • Full test coverage
  • Documentation