File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change 1
1
## [ Version 0.3]
2
-
3
- -- [ x] gc option
4
- -- [ x] channels
5
- -- [ x] lock{}
6
- -- [ x] thread safe arrays
7
- -- [ x] rune type
8
- -- [ x] replace ` ustring ` with ` []rune `
9
- -- [ x] fix ` byte.str() `
10
- -- [ x] maps with non-string keys
11
- -- [ x] iOS/Android support
12
- -- [ x] parallel cgen
13
- -- [ x] IO streams
14
- -- [ x] struct embedding
15
- -- [ x] interface embedding
16
- -- [ x] interfaces: allow struct fields (not just methods)
17
- -- [ x] short generics syntax (` foo(5) ` instead of ` foo<int>(5) ` )
18
- -- [ x] more advanced errors, not just ` error('message') `
2
+ - [x] gc option
3
+ - [x] channels
4
+ - [x] lock{}
5
+ - [x] thread safe arrays
6
+ - [x] rune type
7
+ - [x] replace ` ustring ` with ` []rune `
8
+ - [x] fix ` byte.str() `
9
+ - [x] maps with non-string keys
10
+ - [x] iOS/Android support
11
+ - [x] parallel cgen
12
+ - [x] IO streams
13
+ - [x] struct embedding
14
+ - [x] interface embedding
15
+ - [x] interfaces: allow struct fields (not just methods)
16
+ - [x] short generics syntax (` foo(5) ` instead of ` foo<int>(5) ` )
17
+ - [x] more advanced errors, not just ` error('message') `
19
18
20
19
## [ Version 0.4]
21
20
27
26
- [ ] Handle function pointers safely, remove ` if function == 0 { `
28
27
- [x] Bundle OpenSSL like GC
29
28
- [x] Anonymous structs
30
- - [ ] ` any ` type
31
29
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes
32
30
- [x] New VPM site
33
31
You can’t perform that action at this time.
0 commit comments