Skip to content

Latest commit

 

History

History
136 lines (65 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

136 lines (65 loc) · 5.46 KB

Changelog

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

0.0.11 (2021-06-29)

Features

0.0.10 (2021-06-16)

Bug Fixes

  • macos compatible dico fetch command (9e5b430)

0.0.9 (2021-06-16)

Features

  • add optional automatic dico client install (889853c)

Documentation

0.0.8 (2021-06-09)

Chore

  • deps: maintain dependencies (883ec6d)

Documentation

0.0.7 (2021-06-07)

Features

Refactor

  • make endpoint not default to /api (8149c0f)

0.0.6 (2021-06-03)

Features

  • add dico push command (3b2d94f)
  • handle correctly unauthorized actions (002e488)
  • provide line and column information when crawling files (8e9d00a)

Refactor

  • extract ProjectKey into proper interface (9e4d278)
  • move unique key function to listr tasks (b67a43f)

Chore

  • config: update commitlint (2d17f51)
  • deps: cleanup dependencies (34bd956)
  • deps: maintain dependencies (d598abb)

0.0.5 (2021-06-02)

Features

  • add dico build command (d1d3c0d)
  • add force option for dico init (540827b)
  • improve help message (b8c3669)

Documentation

  • add playground (347f7c9)
  • rename playground files to prevent conflicts (32365e9)
  • update readme (b34f0f0)

0.0.4 (2021-06-01)

Features

Bug Fixes

0.0.3 (2021-05-27)

Features

  • use endpoint from .dicorc or fallback to production (ce4a6ec)

Documentation

Refactor

0.0.2 (2021-05-27)

Features

  • setup cli and helpers (85b2da0)
  • setup client and dicorc libraries (5456dd0)
  • setup default commands (cc0eeb9)
  • setup user auth commands (signin/out/whoami) (215d217)

Chore