Skip to content

Commit

Permalink
Merge pull request #18 from bytes-zone/2024-05-07
Browse files Browse the repository at this point in the history
2024-05-07 updates
  • Loading branch information
BrianHicks committed May 7, 2024
2 parents 25c8198 + 829f5fb commit 01eee0c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions content/micro/elm-duet-0.1.0.md
@@ -0,0 +1,16 @@
+++
title = "elm-duet 0.1.0"
date = 2024-05-07

[extra]
project = "elm-duet"
+++

Just a quick note: I just made [elm-duet](https://github.com/BrianHicks/elm-duet) public and released v0.1.0.
If it sounded great to you based on [my post from the other day](@/micro/thing-a-month-04-02.md) then you can now get it!
(But if you remember that, it's also worth noting I improved those docs a lot!)

*Hopefully* this represents a stable release, but we'll see what we see when other people get their hands on it.
I'm certainly planning to work on tinyping with this as the base, so I'm sure there will be changes and an 0.2.0 down the road a ways.

<!-- more -->
4 changes: 2 additions & 2 deletions content/projects/elm-duet.md
Expand Up @@ -2,7 +2,7 @@
title = "elm-duet"
description = "type syncing between Elm and TypeScript"
date = 2024-04-01
updated = 2024-05-06
updated = 2024-05-07

[extra]
when = "now"
Expand All @@ -11,4 +11,4 @@ when = "now"
While building tinyping, I had a lot of trouble syncing complex types between Elm and TypeScript, so I started building elm-duet.
It takes a [JSON Type Definition](https://jsontypedef.com/) schema and generates both Elm and TypeScript type definitions so the system can be type-checked end-to-end.

elm-duet isn't currently available anywhere, but I'm working on it!
You can get source and binary releases for many platforms at [BrianHicks/elm-duet](https://github.com/BrianHicks/elm-duet).

0 comments on commit 01eee0c

Please sign in to comment.