You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/History.html
+15
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,21 @@
178
178
179
179
180
180
181
+
<h1>0.4.0</h1>
182
+
<ul>
183
+
<li>Fix for issue <ahref="https://github.com/C2FO/nools/issues/122">#122</a> referencing defined class within another defined class<ul>
184
+
<li>Also fixes accessing scoped functions within a defined class.</li>
185
+
</ul>
186
+
</li>
187
+
<li>Fix for issue <ahref="https://github.com/C2FO/nools/issues/119">#119</a> window was removed from the nools.js file now it is called in the current scope of <code>this</code>.</li>
188
+
<li>Allow session.halt even for <code>match()</code><ahref="https://github.com/C2FO/nools/pull/143">#143</a> - <ahref="https://github.com/raymondfeng">@raymondfeng</a><ul>
189
+
<li>Now if you call <code>halt()</code> even if you did not call <code>matchUntilHalt()</code></li>
190
+
</ul>
191
+
</li>
192
+
<li>Now you can use a function as a constraint (Only applies to rules defined programatically) <ahref="https://github.com/C2FO/nools/pull/142">#142</a> - <ahref="https://github.com/raymondfeng">@raymondfeng</a></li>
193
+
<li>You can now define types using scope <ahref="https://github.com/C2FO/nools/pull/142">#142</a> - <ahref="https://github.com/raymondfeng">@raymondfeng</a></li>
194
+
<li>Fix for issue, is the dsl you do not have to escape <code>\</code> characters <ahref="https://github.com/C2FO/nools/issues/123">#123</a></li>
195
+
</ul>
181
196
<h1>0.3.0</h1>
182
197
<ul>
183
198
<li>Added new <code>===</code> and <code>!==</code> operators <ahref="https://github.com/C2FO/nools/issues/110">#110</a></li>
Copy file name to clipboardExpand all lines: history.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# 0.4.0
2
+
3
+
* Fix for issue [#122](https://github.com/C2FO/nools/issues/122) referencing defined class within another defined class
4
+
* Also fixes accessing scoped functions within a defined class.
5
+
* Fix for issue [#119](https://github.com/C2FO/nools/issues/119) window was removed from the nools.js file now it is called in the current scope of `this`.
6
+
* Allow session.halt even for `match()`[#143](https://github.com/C2FO/nools/pull/143) - [@raymondfeng](https://github.com/raymondfeng)
7
+
* Now if you call `halt()` even if you did not call `matchUntilHalt()`
8
+
* Now you can use a function as a constraint (Only applies to rules defined programatically) [#142](https://github.com/C2FO/nools/pull/142) - [@raymondfeng](https://github.com/raymondfeng)
9
+
* You can now define types using scope [#142](https://github.com/C2FO/nools/pull/142) - [@raymondfeng](https://github.com/raymondfeng)
10
+
* Fix for issue, is the dsl you do not have to escape `\` characters [#123](https://github.com/C2FO/nools/issues/123)
11
+
12
+
1
13
# 0.3.0
2
14
3
15
* Added new `===` and `!==` operators [#110](https://github.com/C2FO/nools/issues/110)
0 commit comments