Skip to content

Releases: DarrenSem/math-power

v1.5.1

25 Aug 23:37
39892df
Compare
Choose a tag to compare
  • New minify step for each of CSS and JS
  • npm scripts: now separated compile step from minify step, and for each of CSS and JS.
  • Final deployment script build:
  • clean
  • compile-css (for now just a filecopy via npm run copy-css)
  • compile-js (tsc)
  • test
  • min-css = ./dist/bundle.css via clean-css-cli
  • min-js = ./dist/bundle.js via uglify-js

Full Changelog: v1.5.0...v1.5.1

v1.5.0

25 Aug 00:48
Compare
Choose a tag to compare

Improved CSS layout. npm script build will now copycss after tsc. All other scripts now skip the clean and build steps.

Full Changelog: v1.4.1...v1.5.0

v1.4.1

23 Aug 23:23
Compare
Choose a tag to compare

Fixes #4:

  • tsconfig.json outDir="./dist" + rootDir="./src"
  • finished npm scripts publish/gh + clean (by writing a terminal-agnostic clean.js).

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Aug 18:59
bd76467
Compare
Choose a tag to compare

TypeScript tsc + npm script starting point, .gitattributes to exclude *.js.map from diff (git CLI works, GitHub CLI might not be possible).

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Aug 00:16
Compare
Choose a tag to compare

Fixes #3: getNodeArgsData including nodeArgsMock. Fuller testing (now 'npm test' launches 'calc.test.js').

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Aug 19:28
Compare
Choose a tag to compare

Extracted separate files: calc.js, and browser.js (deferred). Added Node-runnable calc.test.js to confirm require("./calc.js") works. Fixes #2.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Aug 15:59
Compare
Choose a tag to compare

Parse querystring args - auto-calc if "?" anything (Fixes #1)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Aug 22:09
Compare
Choose a tag to compare