Skip to content

Releases: ionide/Waypoint

0.3.0

08 Jun 21:21
Compare
Choose a tag to compare

Exclude empty changes from the changelog list #19 by @NicoVIII
Fix documentation build for Unix systems #17 by @NicoVIII
Use defined properties in Pack target #18 by @NicoVIII
Fix index redirect for root domains with subfolder #20 by @NicoVIII
Support F#.Formatting literal programming by @Krzysztof-Cieslak
Remove Markdig by @Krzysztof-Cieslak
Update to F#.Formatting 4.1 by @Krzysztof-Cieslak

0.2.0

18 May 15:58
Compare
Choose a tag to compare

Fix div typo #12 by @ChrisNikkel
Add ToolType to Paket.push in build.fsx #14 by @NicoVIII
Add rollForward policy to global.json #13 by @NicoVIII
Port latest updates from Saturn documentation by @Krzysztof-Cieslak
Update Fornax version to 0.13.1 by @Krzysztof-Cieslak
Update build.fsx script by @Krzysztof-Cieslak
Add publish GitHub action by @Krzysztof-Cieslak

0.1.0

07 Apr 13:46
Compare
Choose a tag to compare

Update build instructions #6 by @ZaymonFC
Added .editorconfig #5 by @jbeeko
Switch to Fake CreateProcessAPI #7 by @jbeeko
Fix link to ApiReference #9 by @NicoVIII
Replace usage of "Saturn" in CONTRIBUTING.md #8 by @NicoVIII
Use nugetDir for Paket.push #10 by @NicoVIII
Replace "FancyApp" in documentation by "Waypoint" #11 by @NicoVIII
Update Fornax version to 0.11.1 by @Krzysztof-Cieslak

0.0.2

05 Mar 22:26
Compare
Choose a tag to compare

Initial release
What's included:

  • Paket, FAKE, and Fornax added as dotnet local tools (.config/dotnet-tools.json)
  • build.fsx file, containing default FAKE script with targets for building, testing, documentation generation, publishing to GitHub, and publishing to NuGet
  • paket.dependencies with basic set of dependencies
  • src folder containing 2 projects - one class library (netstandard2.0), and CLI tool (netcoreapp3.1)
  • test folder containing UnitTest project using Expecto and FsCheck
  • docs folder with Fornax documentation template that will generate nice documentation for your project.
  • .devcontainer folder with definition of Development Container
  • .github/workflows folder with definition for 2 GitHub actions - one for building and testing code as CI, one for deploying documentation when new tag is pushed. To use latter, you need to define PERSONAL_TOKEN secret in GitHub repo settings with Personal Access Token.
  • .github/ISSUE_TEMPLATE folder with 2 different issue templates - one for bug report, other one for feature request

0.0.1

05 Mar 22:17
Compare
Choose a tag to compare

Initial release
What's included:

  • Paket, FAKE, and Fornax added as dotnet local tools (.config/dotnet-tools.json)
  • build.fsx file, containing default FAKE script with targets for building, testing, documentation generation, publishing to GitHub, and publishing to NuGet
  • paket.dependencies with basic set of dependencies
  • src folder containing 2 projects - one class library (netstandard2.0), and CLI tool (netcoreapp3.1)
  • test folder containing UnitTest project using Expecto and FsCheck
  • docs folder with Fornax documentation template that will generate nice documentation for your project.
  • .devcontainer folder with definition of Development Container
  • .github/workflows folder with definition for 2 GitHub actions - one for building and testing code as CI, one for deploying documentation when new tag is pushed. To use latter, you need to define PERSONAL_TOKEN secret in GitHub repo settings with Personal Access Token.
  • .github/ISSUE_TEMPLATE folder with 2 different issue templates - one for bug report, other one for feature request