Skip to content

Latest commit

 

History

History
102 lines (84 loc) · 8.84 KB

CHANGELOG.md

File metadata and controls

102 lines (84 loc) · 8.84 KB

Feakin Changelog

[Unreleased]

[0.4.0]

  • add mock server integration. use --func mock-server to use Feakin as mock server
  • add database test integration. for test database
  • refactor the code highlighter
  • add color to the output
  • add custom environment variable support. can use --env to set environment variable

[0.3.0]

  • add layered guarding support
  • enable for http endpoint running
  • refactor cli usage

[0.2.3]

Features

  • add import for relative path support (6cc1c9d)
  • add line marker for layered (a2a1fc7)
  • add source set support for highlight (636f0df)
  • add type for include stub (ee32c7a)
  • color: add color for comments (b4c9e4a)
  • goto: init symbol for testing (1c8593b)
  • init basic completion (fafb650)
  • init bnf for path ref (f49b371)
  • init for include syntax (bca7fb4)
  • make find by contextNmae usage works (650a057)
  • spelling: init origin design (77820bd)
  • syntax: add support for var and typedef (ab9bb12)
  • syntax: add when is support (0947624)
  • try to add parsing for def (947fe71)

[0.2.2]

Features

  • add support for aggregate/entity binding by impl (81d44e2)
  • goto: init symbol for testing (1c8593b)
  • init basic completion (fafb650)
  • make find by contextNmae usage works (650a057)
  • stubs: add icon for display (74fdd31)
  • stubs: init basic context map stubs (2437c25)
  • stubs: make searchable for index (647634e)
  • update syntax for feakin layered (f26567a)
  • usage: add cached for reference (6ffeab4)
  • usage: fix rename issues (466a302)
  • usage: make context map to usage (228f8eb)

[0.2.1]

Features

  • add endpoint impl support (91785e7)
  • add highlight support for impl (869c3b6)
  • add icon for message and method (e9236f0)
  • add impl support for items (2a731f5)
  • add line marker for struct (962a48f)
  • add run icons (2f61a6b)
  • add support for impl flow (32f0af6)
  • add support for request in request body (9d55240)
  • align to clis (5a2f835)
  • formatter: init basic format for text (41c7337)
  • formatter: make it works (c1e3269)
  • formatter: refactor format (73534f2)
  • make impl for generate works (72d9b18)
  • make run by struct works (7a03671)
  • make structure view works (a1d1b47)
  • make support for fk comd run (b794f25)
  • replace config from impl (5831d22)
  • runner: add build for ui samples (d90249a)
  • runner: init basic config (e20d032)
  • try to add goto support (291dd60)
  • try to add runner (583435f)
  • update cli config for runner (c9b7db4)
  • usage: enable to search for usage (0941be5)

[0.1.2]

Added