Releases: zeh/dasmjs
Releases · zeh/dasmjs
v6.0.1
16 Dec 01:35
Compare
Sorry, something went wrong.
No results found
Internal changes:
Updated target node versions for testing
v6.0.0
16 Dec 01:35
Compare
Sorry, something went wrong.
No results found
Internal changes:
Excluded a few additional useless files from the generated package
v5.0.2
16 Dec 01:33
Compare
Sorry, something went wrong.
No results found
Internal changes:
More tests
Using Yarn to manage package
Removed source maps from generated files
Updated several dev dependencies to their latest versions
v5.0.1
06 Aug 20:04
Compare
Sorry, something went wrong.
No results found
v5.0.0
06 Aug 20:03
Compare
Sorry, something went wrong.
No results found
Resolved filenames for resolveIncludes() always follows POSIX standards (e.g. path/filename.ext)
resolveIncludes() has an additional parameter to control its recursiveness
v4.5.0
05 Aug 21:37
Compare
Sorry, something went wrong.
No results found
All interfaces used by dasmjs can now be import-ed by TypeScript projects
The includes option for dasm() can also be in the shape of IIncludeInfo[] (same as the return of resolveIncludes())
v4.4.1
28 Jul 19:19
Compare
Sorry, something went wrong.
No results found
Safer function calls when resolving children includes
v4.4.0
28 Jul 18:47
Compare
Sorry, something went wrong.
No results found
Added a resolveIncludes() convenience function to properly support finding include, incdir, and incbir references as an include tree
v4.3.0
23 Jul 19:08
Compare
Sorry, something went wrong.
No results found
Fail more gracefully when an included file isn't found
Included files can also have file paths (e.g. "includes/vcs.h", "./lib/lib.h", etc)
Unit tests now use Jest and are much more thorough with snapshot checking of the project's list, symbols, and compiler text output
v4.2.0
18 Jul 23:01
Compare
Sorry, something went wrong.
No results found
List parsing is more correct and properly preserves whitespace
Symbol list also contains the columns where symbols were defined
Updated project to latest version of TypeScript (2.4)
You can’t perform that action at this time.