Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.5 KB

RELEASE_NOTES.md

File metadata and controls

72 lines (52 loc) · 1.5 KB

1.3.3 - 2017-01-05

  • Make build.sh executable and fix line endings

1.3.2 - 2016-12-28

  • Fix file rename command

1.3.1 - 2016-12-19

  • Fix bug with paths containing whitespaces and new scaffold command

1.3.0 - 2016-12-17

  • Add integration with ProjectScaffold

1.2.1 - 2016-11-28

  • Fix release

1.2.0 - 2016-11-26

  • Add aliases
  • Fix new file when wrong project name given.

1.1.3 - 2016-11-11

  • Add FSharpTargetsPath to Project System

1.1.2 - 2016-11-07

  • Add new solution command

1.0.1 - 2016-09-15

  • Update help

1.0.0 - 2016-09-11

  • Change command format
  • Lot of fixes
  • Can break stuff (or might not work)
  • Add new templates system

0.7.0 - 2016-02-22

  • Split into core and CLI
  • Multiple small fixes

0.6.0 - 2016-02-14

  • Rename to Forge

0.5.0 - 2016-02-10

  • Run local Paket or FAKE if they are present

0.4.0 - 2016-02-10

  • Change applications structure

0.3.4 - 2016-02-10

  • Handle wrong template name

0.3.3 - 2016-01-27

  • Ensure UTF-8 encoding on fsproj files

0.3.2 - 2016-01-22

  • FAKE installed by Paket unless --no-fake flag is sepcified

0.3.1 - 2016-01-21

  • Fix NullReferenceException when Ctr-d is entered in interactive mode

0.3.0 - 2016-01-19

  • Add file ordering command
  • Change syntax of new command
  • Initialize FAKE on new project creation

0.2.0 - 2016-01-17

  • Add file list command
  • Add reference commands

0.1.0 - 2016-01-17

  • Basic templating using F# generator templates
  • Paket integration
  • FAKE integration