Skip to content

Latest commit

 

History

History
180 lines (103 loc) · 9.41 KB

CHANGELOG.md

File metadata and controls

180 lines (103 loc) · 9.41 KB

Changelog

This document outlines the summary of all notable changes to the project.

v1.0.0-beta.1 - 13 August 2022

Breaking Changes ⚠️

feat!: add Asciidoctor and remove Markdown support (bf38496)

New ✨

  • feat: add functionality to copy code block content (70b1065)

Improvements 📈

  • ✅ test: migrate to jest (c562d1f)
  • 🎨 style: change style of lang badges in code blocks (c475d7f)
  • ℹ️ chore: add dependabot config (f247ba3)
  • ℹ️ chore(deps-dev): bump jest and @types/jest (f990f0f)

v0.10.0 - 30 April 2022

Improvements 📈

  • 🚀 ci: configure release actions (631df77)
  • ℹ️ chore: update bump script to push lw-tags (d90c8a9)

v0.9.0 - 26 April 2022

New ✨

  • feat: add conventional changelog (24665d4)

Documentation 📚

  • docs(readme): switch to 'directory' naming (2f476d8)

Improvements 📈

  • 🚀 ci(pipeline): add caching stage for nodejs setup (127c677)
  • ✅ test(core): add unit tests for core functions (f84358a)
  • ♻️ refactor(core): perform code linting (f9134ab)
  • ♻️ refactor(core): improve code to rise test coverage (5d3f943)
  • ✅ test(core): add validation for filenames (7e22233)
  • ✅ test: add coveralls.io coverage (f0f2916)
  • 🚀 ci(pipeline): add linter to workflow (28960d3)
  • 🎨 style(mobile): resolve broken directory alignment (3265d5f)
  • ♻️ refactor(core): add validation for doc assets (63f9957)

v0.8.0 - 29 March 2022

Breaking Changes ⚠️

refactor!: drop support for <sub> and <sup> syntax (0faab68)

Bug fixes 🐛

  • fix(style): resolve broken styling after build (96e9e3e)
  • fix(pipeline): remove 'main' tag from docker build (9d08029)
  • fix: respect empty line after title in admonitions (3e22995)

Improvements 📈

  • ♻️ refactor(core): add input parameters validation (75331fc)
  • 🎨 style: add new admonition types and update styling (2d51ea0)
  • 🚀 ci(pipeline): integrate mocha test runner (00792fe)
  • 🎨 style(main): add styling for links (44cb210)

v0.7.0 - 19 March 2022

New ✨

  • feat(core): add child dir traversal for md files (f4019d1)

Documentation 📚

  • docs(readme): fix minor grammar issue (4abc304)

Improvements 📈

  • 🎨 style: make sidebars fixed when scrolling content (bd90ddf)
  • 🎨 style: add anchors (hashtags) to headings (a980a4f)
  • 🎨 style: add scroll spy for anchors (3e8b9bd)
  • ♻️ refactor: add default params and update fs calls (16ec43c)

v0.6.0 - 19 February 2022

New ✨

  • feat: add language labels to code blocks (31f86ff)

Documentation 📚

  • docs: merge quickstart info into README (c197bed)
  • docs: highlight the idea of creating Antmarky (9aeae1f)

Improvements 📈

  • 🎨 style(main): update font-family look and feel (744d678)
  • 🚀 ci(pipeline): add docker build and push stages (83a98c4)
  • 🚀 ci(pipeline): add preview env for deployments (a365455)

v0.5.0 - 5 February 2022

New ✨

  • feat(core): add support of remote markdown files (faba169)

v0.4.0 - 18 January 2022

New ✨

  • feat(core): add docker image for serve/build (7d8ca5e)

v0.3.0 - 17 January 2022

New ✨

  • feat(core): add indents for nested headings in toc (bc83c30)

Bug fixes 🐛

  • fix(core): add multiline content support in admonitions (2f381a6)
  • fix(core): add render context for 404 template (dbdeab8)

Documentation 📚

  • docs: describe all supported features (6ddfeed)

Improvements 📈

  • 🎨 style(mobile): add support for low-res devices (b6a7f4c)
  • 🚀 ci(pipeline): add 'fail on error' conditions (4c0f7a3)

v0.2.0 - 24 December 2021

New ✨

  • feat(core): add support of default docs directory (2ad2cb0)

Bug fixes 🐛

  • fix(core): correct invalid path to README (4bcb35b)

Documentation 📚

  • docs(readme): add initial build instructions (1fe15c2)

Improvements 📈

  • 🚀 ci(gh-pages): add initial deployment workflow (01a099d)

v0.1.0 - 22 December 2021

New ✨

  • feat(core): add base mvp to convert md to html (fc486d2)