Releases: zeh/dasmjs
Releases · zeh/dasmjs
v6.0.1
Internal changes:
Updated target node versions for testing
v6.0.0
Internal changes:
Excluded a few additional useless files from the generated package
v5.0.2
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.0
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
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
Safer function calls when resolving children includes
v4.4.0
Added a resolveIncludes()
convenience function to properly support finding include
, incdir
, and incbir
references as an include tree
v4.3.0
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
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.