fen_cli 0.3.1

The command line interface for Fen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [0.3.1]
- swift: make generated structs and enums `Equatable`

## [0.3.0]
- fen: support for comments with `//`

## [0.2.0]
- all: appended `_fen_/` to all paths
- all: groundwork laid for annotation support
- swift: adds `Identifiable` protocol to structs when there's an `id` field
- swift: made all types fully `Codable`
- rust: added `@sqlxType` annotation

## [0.1.0]
- basic features, pretty much working