Skip to content

Releases: zeh/dasmjs

v6.0.1

16 Dec 01:35
@zeh zeh
Compare
Choose a tag to compare

Internal changes:

  • Updated target node versions for testing

v6.0.0

16 Dec 01:35
@zeh zeh
Compare
Choose a tag to compare

Internal changes:

  • Excluded a few additional useless files from the generated package

v5.0.2

16 Dec 01:33
@zeh zeh
Compare
Choose a tag to compare

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
@zeh zeh
Compare
Choose a tag to compare
  • Documentation updates

v5.0.0

06 Aug 20:03
@zeh zeh
Compare
Choose a tag to compare
  • 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
@zeh zeh
Compare
Choose a tag to compare
  • 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
@zeh zeh
Compare
Choose a tag to compare
  • Safer function calls when resolving children includes

v4.4.0

28 Jul 18:47
@zeh zeh
Compare
Choose a tag to compare
  • 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
@zeh zeh
Compare
Choose a tag to compare
  • 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
@zeh zeh
Compare
Choose a tag to compare
  • 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)