| 🐛 Turn negative durations into 0 for sleepSync() |
|
More...
|
5 months ago
|
| 🐛 Fix GroupedSignatureType#clone() |
|
More...
|
5 months ago
|
| 🐛 Make `Math.mean(numbers)` return 0 if there are no numbers |
|
More...
|
5 months ago
|
| 🐛 Fix `LinkedMap.setAt()` MAP update |
|
More...
|
5 months ago
|
| 🐛 Fix timebomb defuse on errors in server-side `Request` |
|
More...
|
5 months ago
|
| 🐛 Make `RegExp#execAll(str)` always run on a global version of the regex |
|
More...
|
5 months ago
|
| 🐛 Make `Decimal#nthRoot(n)` throw an error when `n` is not an integer |
|
More...
|
5 months ago
|
| 🐛 Fix `AbstractDateTime` isNaN check |
|
More...
|
5 months ago
|
| 🐛 Cleanup `Informer#after()` variables |
|
More...
|
5 months ago
|
| 🐛 Fix SSE implementation emitting incomplete event data |
|
More...
|
5 months ago
|
| ⚡️ Make `Request` on the server use buffer array collection instead of string concatenation |
|
More...
|
5 months ago
|
| 🐛 Fix `String#assign()` not working when `values` is not an object |
|
More...
|
5 months ago
|
| 🐛 Make HashSet#delete() return false by default |
|
More...
|
5 months ago
|
| 🐛 Fix `BackedMap#values()` iterator |
|
More...
|
5 months ago
|
| ⚰️ Remove dead code |
|
More...
|
5 months ago
|
| 🐛 Added listener cleanup in `StreamCombined#_reset()` to prevent memory leaks |
|
More...
|
5 months ago
|
| 🐛 Make `Informer#setCacheMethod` delete method cache when an error happens |
|
More...
|
5 months ago
|
| ♻️ Remove redundant split call |
|
More...
|
5 months ago
|
| ♻️ Replace `String#substr()` calls with `String#slice()` |
|
More...
|
5 months ago
|
| 🐛 Use `decodeURIComponent` instead of `unescape` in `RURL.parseLocation()` |
|
More...
|
5 months ago
|
| 🐛 Fix `FunctionQueue` always overwriting the global default options |
|
More...
|
5 months ago
|
| 🐛 Fix Function.parallel error message |
|
More...
|
5 months ago
|
| 🐛 Fix Date formatting "n" from returning previous month's days |
|
More...
|
5 months ago
|
| 🐛 Fix `Date.getUnitMs()` not using correct operator precedence |
|
More...
|
5 months ago
|
| 🐛 Fix wrong detection of internet explorer |
|
More...
|
5 months ago
|
| 🐛 Fix `WeakValueSetMap.has()` doing null-check too late |
|
More...
|
5 months ago
|
| 🐛 Fix browser-side `Request` not falling back to navigation properly when there is no FileReader |
|
More...
|
5 months ago
|
| 🐛 Fix `HttpAgent.createSocketId()` using a const instead of let |
|
More...
|
5 months ago
|
| 🐛 Fix `Math.standardDeviation()` undeclared variables |
|
More...
|
5 months ago
|
| 🐛 Fix `Magic` class using `has` method instead of `__has` |
|
More...
|
5 months ago
|