Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Releases: kwonoj/libsass-asm

Release 0.0.4

26 Oct 20:53
9e703ab
Compare
Choose a tag to compare
Release 0.0.4 Pre-release
Pre-release

0.0.4 (2018-10-25)

Bug Fixes

  • addfunction: correct addfunction signature (e1ddbe5)

Release 0.0.3

25 Oct 05:29
9ec7e9b
Compare
Choose a tag to compare
Release 0.0.3 Pre-release
Pre-release

0.0.3 (2018-07-25)

Bug Fixes

  • allocstring: use emscripten method, explicitly free (e106327)
  • sassoptions: correct imported functions (5781c10)

Features

  • buildimporter: importer namespace factory (f17707d)
  • getfnptrhandler: wrapper to add, removefunction (356bf24)
  • sassimportentry: implement sassimportentry (c099763)
  • sassimportentry: integrate makeimport (3e8fb58)
  • sassimportentrylist: implement entrylist (84d897e)
  • sassloader: export importer namespace (aac6589)
  • sassloader: export updated interface (88ec0c6)
  • sassoptions: expose importers (4fd16e9)
  • wrapsassimporter: cwrap exported functions (dad25bb)

Release 0.0.2

15 Jul 05:44
f977755
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release

Initial release.

0.0.2 (2018-07-15)

Bug Fixes

  • cli: allow specify test runner (b0cfa00)
  • cli: exit gracefully (eb0ad7a)
  • cli: remove commented test code (13a87ed)
  • cli: revise mount logics (2dab40b)
  • cwrapsignature: supply typed returntype (df4916b)

Features

  • addpath: implement sassoptions add* path (f944764)
  • buildcontext: create wrap interface for context (d8c4025)
  • buildoptioninterface: initial implementation (e084fe5)
  • buildsassoption: implement few option values (9be56a5)
  • cli: accept input / output default param (36b2fbf)
  • cli: build sass options (318de80)
  • cli: compileFile interface (6c6f6f1)
  • cli: default option creation (398edb7)
  • cli: experimental compile cache (df0f79e)
  • cli: implement compilestdin (5c2d3b4)
  • cli: initial stdin reading (804346c)
  • cli: sourcemap option (f9ef816)
  • cli: writecompileresult (1849125)
  • compilefile: interface to compile file (587215d)
  • cwrap: export interfaces (c7bffe6)
  • cwrap: expose more interfaces (fbe1f8f)
  • debug: enabling debug log environment variable (4d8a45e)
  • index: export interfaces (0b4cda6)
  • interoputility: export interop methods (ded9036)
  • sasscontext: implement sasscontext (5c520d3)
  • sassdatacontext: implement sassdatacontext (4999714)
  • sassfilecontext: implement compile (a800261)
  • sassfilecontext: implement initial interface (e668994)
  • sassloader: export context api object (b5cdbe6)
  • sassoptions: create class for options interface (282dc85)
  • sassoptions: export sourcemap property (8d3badc)
  • sassoptions: export style property (4ff68f5)
  • sassoptions: expose interfaces without impl (e8b98c1)
  • sassoptions: expose properties (90eba25)
  • sassoptions: implements accessors (e2377f8)
  • sassoptions: initial directory mount (0a3c62a)
  • wrapoptionsinterface: initial implementation (649b1d4)
  • wrapsassoptions: expose cwrapped functions (237c1af)
  • wrapsassoptions: expose more interfaces (33ff1ba)
  • wrapsassoptions: expose style fns (0c0145b)

Release 0.0.1

10 Jul 05:37
7df0733
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release

Initial release to reserve npm pkg name.

0.0.1 (2018-07-10)

Features

  • bootstrap: initial binary bootstrap (bd44b0e)
  • cli: implement help, display version (5d07778)
  • cli: initial cli entrypoint (8bbe521)
  • getversion: export getversion interface (5310653)
  • loadmodule: implement loadmodule (d614551)
  • logger: implement logger utility (30a276a)
  • sassasmmodule: define initial interface (8f1d595)
  • sassfactory: define initial interface (6d35c23)
  • sassloader: expose getversion interface (7ae4abb)