Skip to content

Commit fb31115

Browse files
committed
haxe 5.0 preview 1 edition only supported
1 parent e853573 commit fb31115

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "nightly",
2+
"version": "5.0.0-preview.1",
33
"resolveLibs": "scoped"
44
}

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Features
2727
Getting Started
2828
====
2929

30+
Requires Haxe 5.0 preview 1, no other version works (better forwards compatibility hopefully for the next Haxe preview edition)
31+
3032
Install dev version:
3133
```
3234
haxelib git weblink https://github.com/PXshadow/weblink v2
@@ -37,8 +39,8 @@ Include in build.hxml
3739
```
3840

3941
# Targets
40-
* hashlink
41-
* interp maybe
42+
* Hashlink
43+
* Interp (untested but may work?)
4244

4345
# Benchmark
4446

@@ -65,14 +67,15 @@ Supported
6567
- [ ] [Token revocation](https://oauth.net/2/token-revocation/)
6668
- [ ] [Metadata](https://oauth.net/2/authorization-server-metadata/)
6769
- [x] Bcrypt Passwords
68-
- [ ] ssl (haxe 4.2)
70+
- [ ] ssl (Haxe 4.2)
6971
- [ ] [cert bot](https://certbot.eff.org/) easy integration
7072
- extra
7173
- [x] [content type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type)
7274
- [x] bytes (png image for instance)
7375
- [x] [redirects](https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections)
7476
- [x] serve web content (files ex: html/images/sounds)
7577
- [x] projection (a type with certain attributes of another type, useful to send only some data)
78+
- [ ] [hxcoro](https://github.com/haxeFoundation/hxcoro) usage
7679

7780
# Contributing
7881

go2hx.eval.zip

633 Bytes
Binary file not shown.

go2hx.hl.zip

34 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)