Skip to content

Releases: trustedtomato/decharge

[email protected]

07 Feb 12:49
Compare
Choose a tag to compare

decharge 2.3.2 (2022-02-07)

Bug Fixes

  • move a dep from devdeps to deps (148cdae)

[email protected]

07 Feb 12:49
Compare
Choose a tag to compare

create-decharge 1.3.2 (2022-02-07)

Dependencies

  • decharge: upgraded to 2.3.2

[email protected]

08 Nov 15:42
Compare
Choose a tag to compare

protester 1.0.1 (2021-11-08)

Bug Fixes

  • protester: include the correct files in the package (70e8049)

[email protected]

08 Nov 15:42
Compare
Choose a tag to compare

decharge 2.3.1 (2021-11-08)

Dependencies

  • protester: upgraded to 1.0.1

[email protected]

08 Nov 15:32
Compare
Choose a tag to compare

decharge 2.3.0 (2021-11-08)

Features

  • decharge: use execa, use fs-extra, improve Debouncer, modularise code, fix decharge watching (8dcfcd6)

[email protected]

08 Nov 15:42
Compare
Choose a tag to compare

create-decharge 1.3.1 (2021-11-08)

Dependencies

  • decharge: upgraded to 2.3.1

[email protected]

08 Nov 15:32
Compare
Choose a tag to compare

create-decharge 1.3.0 (2021-11-08)

Features

  • create-decharge: run pnpm i after initalized project, use ^ in replaced (8f85426)

Dependencies

  • decharge: upgraded to 2.3.0

[email protected]

03 Nov 20:19
Compare
Choose a tag to compare

create-decharge 1.2.1 (2021-11-03)

Bug Fixes

  • the bin should work now (500ec54)

[email protected]

03 Nov 20:09
Compare
Choose a tag to compare

create-decharge 1.2.0 (2021-11-03)

Features

  • make create-decharge work (f966d91)

[email protected]

31 Oct 17:32
Compare
Choose a tag to compare

protester 1.0.0 (2021-10-31)

Bug Fixes

Features

  • add Image component, update createComplexComponent, etc (6340e70)

BREAKING CHANGES

  • removed render function in favor of renderPage/renderComponent
  • createComplexComponent now adds generated.className to props instead of
    generatedClassName (this way the generated object is extensible - in this
    commit, I added a generateOwnDir option to createComplexComponent, and if one
    sets it to true, the 'generated' object has an additional property: ownDir)