Skip to content

Commit 399b491

Browse files
committed
📝 Added CHANGELOG
1 parent 82e7f53 commit 399b491

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Changelog
2+
3+
All the Orion changes will be written here
4+
5+
# 0.1.0-alpha | 31/01/2021
6+
7+
## Added
8+
9+
### CLI
10+
11+
- Repl
12+
- Debug mode
13+
- File running
14+
15+
### STD
16+
17+
- fs:exists?
18+
- import
19+
- assert
20+
- print
21+
- eprint
22+
- puts
23+
- eputs
24+
- object
25+
- list
26+
- push
27+
28+
### Types
29+
30+
- int
31+
- string
32+
- float
33+
- function
34+
- list
35+
- object
36+
37+
38+
### Core
39+
40+
- define
41+
- var
42+
- set
43+
- lambda
44+
- if
45+
- while
46+
- arithmetic (+ / - * %)
47+
- boolean ( ! & | != = < <= >= >)
48+
49+
# 0.1.2-alpha | 01/02/2021
50+
51+
## Added
52+
53+
### CLI
54+
55+
- Improved repl with rustyline
56+
57+
### fs
58+
59+
- fs:readFile
60+
- fs:writeFile
61+
- fs:readDir
62+
63+
### sys
64+
65+
- sys:exec
66+
- sys:breakpoint
67+
- sys:exit
68+
- sys:args
69+
70+
### collections
71+
72+
- slice
73+
- pop
74+
- foreach
75+
- index
76+
- length
77+
78+
### Core
79+
80+
- Macros

0 commit comments

Comments
 (0)