Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 3.43 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2021-03-26)

Bug Fixes

0.3.1 (2021-03-23)

Bug Fixes

  • typo over thumb-field property name (4ff8810)

0.3.0 (2021-03-23)

Features

  • add possibility to extract the model from a specific md file (f72cb3f)
  • implement exclude option (4742bce)

0.2.0 (2021-03-22)

Features

  • add asset reference in model creation if thumb_field command option is specified (69e72a1)
  • implement automatic assets upload (6d44f54)
  • implement post thumbnail upload and connection in the gql mutation (c9149e8)
  • introduce winston, cli spinner, better model handling (770b721)

0.1.0 (2021-03-09)

Features

  • add capitalization util function (15767cc)

Bug Fixes

  • update readme, fix index.js (7f17a51)

0.0.2 (2021-03-09)

Features

  • add an example folder, add glob, frontmatter parser and string sanitizer, model extraction and fetching mds functions added (c73dcb3)
  • add correct form render for markdown strings, switch to default command (c6a8552)
  • add winston logger, update readme, change bin naming (d40c489)
  • finish implementation. Missing ast generation (d2d1fa8)
  • first commit (ed227fe)