Skip to content

Commit 7e6dda3

Browse files
committed
Keep A Changelog
1 parent c5c781c commit 7e6dda3

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
The repo is versioned based on [SemVer 2.0](https://semver.org/spec/v2.0.0.html) using the tiny-but-mighty [MinVer](https://github.com/adamralph/minver) from [@adamralph](https://github.com/adamralph). [See here](https://github.com/adamralph/minver#how-it-works) for more information on how it works.
4+
5+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
The `Unreleased` section name is replaced by the expected version of next release. A stable version's log contains all changes between that version and the previous stable version (can duplicate the prereleases logs).
8+
9+
## [Unreleased]
10+
11+
### Added
12+
13+
- `dotnet net eqxprojector` template, providing a CosmosDb `ChangeFeedProcessor` host app, with or without a Kafka Producer and Kafka Consumer host app using [the `Jet.ConfluentKafka.FSharp` wrapper for `Confluent.Kafka` v `1.0.0-beta3`](https://github.com/jet/Jet.ConfluentKafka.FSharp/tree/v1) [#11](https://github.com/jet/dotnet-templates/pull/11)
14+
15+
### Changed
16+
### Removed
17+
### Fixed
18+
19+
<a name="1.2.0"></a>
20+
## [1.2.0] - 2019-02-06
21+
22+
### Changed
23+
24+
- `dotnet net eqxweb` now uses FSharp.UMX to make Id types more succinct [#12](https://github.com/jet/dotnet-templates/pull/12)
25+
- Target Equinox 1.0.4-rc1, which entails minor source changes to both C# and F# [#12](https://github.com/jet/dotnet-templates/pull/12)
26+
27+
### Fixed
28+
29+
- Fix project type guids to render C# projects (was showing F# logo) @aarondandy [#8](https://github.com/jet/dotnet-templates/pull/8)
30+
31+
<a name="1.1.1"></a>
32+
## [1.1.1] - 2019-01-17
33+
34+
### Added
35+
36+
- C# port of template - `dotnet new eqxwebcs`, prompting cleanup work in [jet/equinox#81](https://github.com/jet/equinox/pull/81) [#5](https://github.com/jet/dotnet-templates/pull/5)
37+
38+
Thanks to @aarondandy for early legwork
39+
40+
Thanks to @mcintyre321 for excellent direct and indirect suggestions regarding how to tidy the Domain implementations
41+
42+
### Changed
43+
44+
- F# template has been renamed to: eqxweb (was `equinoxweb`)
45+
46+
(For information pertaining to earlier releases, see release notes in https://github.com/jet/dotnet-templates/releases and/or can someone please add it!)
47+
48+
[Unreleased]: https://github.com/jet/dotnet-templates/compare/1.2.0...HEAD
49+
[1.2.0]: https://github.com/jet/dotnet-templates/compare/1.1.1...1.2.0
50+
[1.1.1]: https://github.com/jet/dotnet-templates/compare/1061b32ff1d86633e4adb0ce591992aea9c48c1e...1.1.1

0 commit comments

Comments
 (0)