]> git.kaiwu.me - njs.git/shortlog
njs.git
2021-06-29 Dmitry VolyntsevVersion 0.6.1. 0.6.1
2021-06-24 Artem S. PovalyukhinFixed parsing of export default declarations.
2021-06-25 Dmitry VolyntsevFixed RegExpBuiltinExec() with UTF-8 only regexps.
2021-06-18 Dmitry VolyntsevIntroduced "debugger" token support.
2021-06-18 Dmitry VolyntsevFixed printing AST with recently added tokens.
2021-06-18 Dmitry VolyntsevPrinting AST before trying to generate code.
2021-06-18 Dmitry VolyntsevVersion bump.
2021-06-15 Dmitry VolyntsevAdded tag 0.6.0 for changeset 742ebceef2b5
2021-06-15 Dmitry VolyntsevVersion 0.6.0. 0.6.0
2021-06-15 Dmitry VolyntsevAdded forgotten paragraph section for 0.5.2.
2021-06-11 Dmitry VolyntsevFixed use-of-uninitialized-value in njs_string_index().
2021-06-11 Dmitry VolyntsevFixed RegExp.prototype.[@@split]() with UTF8 strings.
2021-06-11 Dmitry VolyntsevFixed dumping of objects with circular references.
2021-06-09 Dmitry VolyntsevFixed String.prototype.split() according to the specifi...
2021-06-08 Dmitry VolyntsevAdded benchmarks for String.prototype.split().
2021-06-05 Dmitry VolyntsevIntroduced RegExp.prototype.sticky support.
2021-06-08 Dmitry VolyntsevFixed use-of-uninitialized-value while tracking rejecte...
2021-06-05 Dmitry VolyntsevAccessing "lastIndex" property according to the spec.
2021-06-05 Dmitry VolyntsevFixed RegExp.prototype.test() according to the specific...
2021-06-05 Dmitry VolyntsevImplemented RegExp getters according to the specification.
2021-06-02 Dmitry VolyntsevImproved arguments parsing in Date constructor.
2021-06-02 Dmitry VolyntsevFixed integer-overflow in MakeDay().
2021-05-31 Dmitry VolyntsevFixed misaligned reading and writing.
2021-05-31 Dmitry VolyntsevRemoving the requirement of "aligned" attribute support.
2021-05-28 Dmitry VolyntsevStyle.
2021-05-28 Dmitry VolyntsevFixed heap-buffer-overflow in String.prototype.lastInde...
2021-05-24 Dmitry VolyntsevFixed ToInt32() with values >= 2**(53+30).
2021-05-24 Dmitry VolyntsevFixed integer-overflow in ToInt32().
2021-05-24 Dmitry VolyntsevFixed implicit long to double conversion warning.
2021-05-24 Dmitry VolyntsevSuppressed spurious compilation warning with gcc-7...
2021-05-24 Dmitry VolyntsevSimplified String.prototype.repeat() to match the spec.
2021-05-24 Dmitry VolyntsevFixed undefined behaviour in njs_number_to_integer().
2021-05-17 Alexander BorisovFixed parsing case/default in an unclosed function...
2021-05-06 Alexander BorisovRemoved check variable type for CLI completions.
2021-05-06 Alexander BorisovRemoved unnecessary NULL checks introduced in 0a2a0b5a74f4.
2021-05-06 Alexander BorisovRemoved unnecessary NULL checks introduced in 0a2a0b5a74f4.
2021-05-06 Alexander BorisovFixed typo introduced in 27a4a52621d5 and f58a06be33dc.
2021-04-30 Alexander BorisovIntroduced const implementation.
2021-04-30 Alexander BorisovIntroduced let implementation.
2021-04-30 Alexander BorisovIntroduced reserved words in strict mode.
2021-04-30 Alexander BorisovScopes refactoring.
2021-04-16 Dmitry VolyntsevIntroduced "undefined" as a token in lexer.
2021-04-30 Dmitry VolyntsevAdded function micro benchmarks.
2021-04-16 Dmitry VolyntsevFixed expect tests.
2021-04-16 Dmitry VolyntsevVersion bump.
2021-03-30 Dmitry VolyntsevAdded tag 0.5.3 for changeset 282b9412976c
2021-03-30 Dmitry VolyntsevVersion 0.5.3. 0.5.3
2021-03-27 Dmitry VolyntsevModules: added js_var directive.
2021-03-27 Dmitry VolyntsevVersion bump.
2021-03-09 Dmitry VolyntsevAdded tag 0.5.2 for changeset e5de01378b1a
2021-03-09 Dmitry VolyntsevVersion 0.5.2. 0.5.2
2021-03-09 Dmitry VolyntsevTypes: updated TS definitions.
2021-03-06 Dmitry VolyntsevIntroduced njs.on('exit') callback support.
2021-03-03 Dmitry VolyntsevAdded missing njs_vm_destroy() calls in CLI.
2021-02-26 Dmitry VolyntsevStream: introduced "stream" property.
2021-03-01 Dmitry VolyntsevStream: simplified session cleanup.
2021-02-25 Artem S. PovalyukhinFixed for-in iteration of typed array values.
2021-02-24 Dmitry VolyntsevFixed compilation error with gcc-11.
2021-02-24 Dmitry VolyntsevEliminating vm->main_index introduced in ea2ec4c3ed7d.
2021-02-24 Dmitry VolyntsevDecoupling parser structure from the main VM structure.
2021-02-19 Artem S. PovalyukhinFixed Object.freeze() and friends according to the...
2021-02-17 Artem S. PovalyukhinFixed property descriptor reuse for not extensible...
2021-02-18 Dmitry VolyntsevHTTP: added js body filter.
2021-02-16 Dmitry VolyntsevVersion bump.
2021-02-16 Dmitry VolyntsevAdded tag 0.5.1 for changeset d355071f55ef
2021-02-16 Dmitry VolyntsevVersion 0.5.1. 0.5.1
2021-02-15 Dmitry VolyntsevFixed Date.prototype.toISOString() with invalid date...
2021-02-11 Dmitry VolyntsevTypes: added definitions for fetch method.
2021-02-11 Dmitry VolyntsevAllowing to pass arbitrary number of arguments in ngx_j...
2021-02-10 Dmitry VolyntsevStream: fixed processing buffered data in body filter.
2021-02-01 Dmitry VolyntsevFixed safe mode bypass in Function constructor.
2021-02-01 Dmitry VolyntsevHTTP: fixed module type introduced in c0c6539ae445.
2021-02-01 Dmitry VolyntsevHTTP: added js header filter.
2021-01-26 Dmitry VolyntsevFixed Headers object keys forgotten in 81040de6b085.
2021-01-26 Dmitry VolyntsevFixed allocation failure detection in njs_backtrace_to_...
2021-01-26 Dmitry VolyntsevFixed typo introduced in 81040de6b085.
2021-01-21 Dmitry VolyntsevModules: added ngx.fetch().
2021-01-11 Dmitry VolyntsevAdded njs_vm_object_keys().
2021-01-11 Dmitry VolyntsevAdded njs_value_null_set().
2021-01-11 Dmitry VolyntsevAllowing to reserve 0 bytes in njs_chb_reserve() for...
2021-01-11 Dmitry VolyntsevExposing chb API.
2021-01-11 Dmitry VolyntsevAdded njs_vm_value_array_buffer_set().
2021-01-11 Dmitry Volyntsev2021 year.
2020-12-24 Dmitry VolyntsevRefactored working with external prototypes.
2020-12-23 Dmitry VolyntsevStream: simplified vm events handling.
2020-12-22 Disconnect3dFixed encoding matching for base64url in String.bytesFr...
2020-12-16 Dmitry VolyntsevAvoiding modification of vm->retval in njs_add_event().
2020-12-16 Dmitry VolyntsevAvoiding modification of vm->retval in njs_promise_alloc().
2020-12-16 Dmitry VolyntsevVersion bump.
2020-12-01 Dmitry VolyntsevAdded tag 0.5.0 for changeset 69f07c615162
2020-12-01 Dmitry VolyntsevVersion 0.5.0. 0.5.0
2020-11-24 Jakub JirutkaTypes: added definitions for timer methods.
2020-11-27 Dmitry VolyntsevTypes: added description for Buffer properties.
2020-11-27 Dmitry VolyntsevHTTP: renaming reqBody,resBody to requestBuffer and...
2020-11-26 Alexander BorisovModules: fixed promise events handling.
2020-11-26 Dmitry VolyntsevModules: renaming vars to rawVariables to better reflec...
2020-11-26 Dmitry VolyntsevTypes: added description for "ngx" object.
2020-11-26 Dmitry VolyntsevTypes: extending data types for methods with NjsStringL...
2020-11-25 Dmitry VolyntsevModules: introduced Buffer alternatives for object...
2020-11-25 Dmitry VolyntsevStream: improved vm events handling.
next