Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 1.44 KB

Change Log

All notable changes to the extension will be documented in this file.

[1.0.0]

  • Rewrite codebase with ClojureScript from scratch

  • Add notification that proposes to use nix config, if the last one is available in the workspace [ISSUE-28]

  • Add config parameter packages as an alternative to nix-file configuration [ISSUE-12]

  • Add ability to pass custom arguments to nix-shell through args config parameter [ISSUE-27]

  • Add ability to pass custom arguments to nix-shell through args config parameter [ISSUE-27]

  • Add ability to pass the custom path to nix-shell utility through config's nixShellConfig parameter [ISSUE-38]

  • Fix bug with misbehaving when spaces were presented in nix-config path [ISSUE-41]

[0.1.3]

  • Reword README
  • Fix typos in the descriptions of config settings

[0.1.2]

  • Update mocha to 7.1.1

[0.1.1]

  • The extension tested under Windows platform. (Thank you Rasmus Eskola)

[0.1.0]

  • Add ability use nix-shell with custom attribute parameter (David Turnbull)

[Experimental Release]

  • Initial release