- fix: replace the backslash with a forward slash in the image paths
- fix: build pages with SVG icons
- fix: add support for relative image URLs
- feat: add the ability to post-process images
- feat: add the ability to post-process HTML files
- feat: add a module to compile the SVG sprite
- feat: add the ability to preprocess SCSS files
- feat: add a function to the page context that returns unique identifier within the current page
- fix: include Comment component in package
- build: include required NPM dependencies in the package
- build: remove unused dependencies
- feat: rename and post-process styles via RxJS
- feat: add the ability to rename style files
- feat: add the ability to post-processing of style files
- feat: add component for rendering HTML comments
- feat: add the ability to automatically include a list of all scripts and styles needed during development
- feat: add the ability to specify in the config the variables available when rendering pages
- fix: save pages relative to the destination directory specified in the config
- fix: when trying to resize an external image, instead of throwing an exception, return the original image path
- fix: fix the error that occurs when trying to require a page using a relative path
- fix: fix the error that occurs when compiling pages in sub-directories
- feat: implement build script
- build: generate formatted package.json
- feat: correctly handle errors when rendering pages
- feat: render index.html when requesting the root directory
- feat: print server URL after startup
- fix: Include compiled files in package instead of sources
- fix: Include sources in package instead of compiled files
- initial release