Commit Graph

310 Commits

Author SHA1 Message Date
Brian Hicks
083b76b7f5
singularize 2024-05-07 05:55:36 -05:00
Brian Hicks
021ffb36b4
add changelog 2024-05-07 05:47:10 -05:00
Brian Hicks
59a217e5a5
add release workflow 2024-05-07 05:47:07 -05:00
Brian Hicks
09d25b7b4c
update README 2024-05-07 05:36:16 -05:00
Brian Hicks
f2b058d474
update with latest tinyping schema 2024-05-07 05:13:07 -05:00
Brian Hicks
095154a32f
Merge pull request #16 from BrianHicks/dependabot/cargo/serde-1.0.200 2024-05-06 19:23:39 -05:00
Brian Hicks
d7f4e6c04b
Merge pull request #15 from BrianHicks/dependabot/github_actions/moonrepo/setup-rust-1.2.0 2024-05-06 19:23:16 -05:00
dependabot[bot]
81bdd3c8d0
Bump serde from 1.0.199 to 1.0.200
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 23:52:36 +00:00
dependabot[bot]
ad4a77bf76
Bump moonrepo/setup-rust from 1.1.0 to 1.2.0
Bumps [moonrepo/setup-rust](https://github.com/moonrepo/setup-rust) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/moonrepo/setup-rust/releases)
- [Changelog](https://github.com/moonrepo/setup-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moonrepo/setup-rust/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: moonrepo/setup-rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 23:10:45 +00:00
Brian Hicks
bcc396f4ac
update with latest tinyping schema 2024-05-02 06:53:24 -05:00
Brian Hicks
a065e5562d
Merge pull request #14 from BrianHicks/optional
handle optional fields
2024-05-02 06:34:52 -05:00
Brian Hicks
a51bcbf121
rename schema.x to elm-duet.x 2024-05-02 06:33:01 -05:00
Brian Hicks
0d9b8af179
replace tinyping schema with the "real" version 2024-05-02 06:30:57 -05:00
Brian Hicks
cb4a04f4b6
regenerate examples 2024-05-02 06:28:22 -05:00
Brian Hicks
34b7ebc051
avoid collision with another _ 2024-05-02 06:28:18 -05:00
Brian Hicks
31586a938a
regenerate examples 2024-05-02 06:26:07 -05:00
Brian Hicks
15eb6a2278
add missing name to maybe objects 2024-05-02 06:26:02 -05:00
Brian Hicks
075d346b71
regenerate examples 2024-05-02 06:20:49 -05:00
Brian Hicks
1e3863a786
go point-free to avoid name collisions 2024-05-02 06:20:02 -05:00
Brian Hicks
69729e1292
add missing spaces 2024-05-02 06:16:43 -05:00
Brian Hicks
21e24e0178
regenerate examples 2024-05-02 06:16:43 -05:00
Brian Hicks
47d702dee0
avoid name collision with port 2024-05-02 06:10:11 -05:00
Brian Hicks
6336933509
regenerate examples 2024-05-02 06:06:34 -05:00
Brian Hicks
83627afdbc
handle unknown cases in string andThens 2024-05-02 06:06:25 -05:00
Brian Hicks
5b6de0497a
regenerate examples 2024-05-02 05:56:28 -05:00
Brian Hicks
7cdc5eb204
include name in constructors 2024-05-02 05:55:40 -05:00
Brian Hicks
559bb1f036
regenerate examples 2024-05-02 05:21:35 -05:00
Brian Hicks
0c3842532c
import Dict 2024-05-02 05:21:31 -05:00
Brian Hicks
3f23fe0e19
regenerate examples 2024-05-01 07:08:49 -05:00
Brian Hicks
423255d25a
prefix module on types 2024-05-01 07:08:29 -05:00
Brian Hicks
f5d8fb59c4
clippy fix 2024-05-01 07:01:07 -05:00
Brian Hicks
9d9eb80667
don't split up Type from its impl 2024-05-01 07:00:46 -05:00
Brian Hicks
da10c44095
regenerate examples 2024-05-01 06:58:35 -05:00
Brian Hicks
c1155e1afb
handle optional properties in Elm 2024-05-01 06:58:21 -05:00
Brian Hicks
9fd980011a
make protocols optional instead of nullable 2024-05-01 06:58:21 -05:00
Brian Hicks
6d54b7aa6d
say why these are optional 2024-05-01 06:58:21 -05:00
Brian Hicks
a56e706ba7
regenerate examples 2024-05-01 06:58:21 -05:00
Brian Hicks
5605eabd0f
handle optional properties in TypeScript 2024-05-01 06:58:21 -05:00
Brian Hicks
ca36180c16
update nix sources 2024-05-01 06:05:08 -05:00
Brian Hicks
33d91672e0
update minor versions 2024-05-01 06:04:38 -05:00
Brian Hicks
803a2719c9
Merge pull request #13 from BrianHicks/cleanup
cleanup
2024-04-30 06:58:16 -05:00
Brian Hicks
f459ce4991
talk a little about helpers 2024-04-30 06:55:50 -05:00
Brian Hicks
f10ccf3774
remove long Elm example from ports 2024-04-30 06:53:46 -05:00
Brian Hicks
a6a5452328
simplify the first example by omitting logout 2024-04-30 06:25:46 -05:00
Brian Hicks
bc6c1870d6
fix missing sentence 2024-04-30 06:24:18 -05:00
Brian Hicks
4bfdb2cb6f
this is a schema, not an app 2024-04-30 06:23:27 -05:00
Brian Hicks
54bb669c46
clarify this comment 2024-04-30 06:23:14 -05:00
Brian Hicks
9a23507b44
regenerate examples with subscriptions 2024-04-30 06:21:48 -05:00
Brian Hicks
6ae359a2ee
add missing ) in subscriptions 2024-04-30 06:21:25 -05:00
Brian Hicks
442c97f29e
regenerate examples without syntax errors 2024-04-30 06:18:01 -05:00