Skip to content

Latest commit

 

History

History
294 lines (157 loc) · 16.2 KB

File metadata and controls

294 lines (157 loc) · 16.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.8.8 (2023-12-26)

Bug Fixes

  • automagically proxy assets trough webpack (793eafe)

0.8.7 (2023-10-02)

Bug Fixes

0.8.6 (2023-09-29)

Bug Fixes

0.8.5 (2023-09-25)

Bug Fixes

  • detect public packages (057e09d)
  • pass devServerOptions trough the script (726398e)
  • provide directory artifact (4ae1b89)

0.8.4 (2023-08-21)

Bug Fixes

0.8.3 (2023-08-14)

Bug Fixes

0.8.2 (2023-08-10)

Bug Fixes

  • extract no-prefix package name (823d0dd)
  • find root from node_modules (3ec9dba)

0.8.1 (2023-08-09)

Bug Fixes

  • take default export instead of named (0751bbc)

0.8.0 (2023-08-07)

Features

  • proxy website on webpack dev server (93df284)

0.7.1 (2023-07-25)

Bug Fixes

  • pass compiler config to webpack (926b6c1)

0.7.0 (2023-07-03)

Features

0.6.0 (2023-07-02)

Bug Fixes

  • be strict about mjs imports (dcad2b8)
  • define static isolate script (d9aff02)
  • do not verify npm access (578c106)
  • enable jest env in test files (681d8d3)
  • fix linting issues (4b426a9)
  • ignore package extensions (e952194)
  • remove conflicting rules (5c79cd2)
  • rename test step (f4a1cf9)
  • resolve conflict in parentheses requirement (41d2a7d)
  • use version 0 by default (64c4517)

Features

  • accept default values as magic numbers (6c339dc)
  • accept long top level functions (7039835)
  • accept long URLs in the code (6b84115)
  • accept magic number array indexes (dbe3cdd)
  • accept off-by-one numbers (c9f0fd8)
  • adopt standardjs features (9e40b83)
  • allow double underscore separator (bfa804a)
  • allow rest spread hoisting (ee58753)
  • allow unsafe snakes (e59ecaf)
  • avoid common async race conditions (5260662)
  • avoid constructor returns (c744668)
  • avoid self comparison (8f4b0d9)
  • avoid too many blank lines (e115d95)
  • avoid unreachable loops (39e5c81)
  • avoid unused private members (bdb27c2)
  • catch boolean shortcuts (f0693ca)
  • deliver with lerna (6b41460)
  • delivery with lerna (fc29169)
  • disable duplicate imports (a2b868f)
  • disable else-return (24ca226)
  • disable function call spacing (c77ae35)
  • disable implicit coercion (ebaf752)
  • disable initialization as undefined (a6a4b16)
  • disable inner call parentheses spacing (90f63d5)
  • disable lonely blocks (863e151)
  • disable loop functions (407ccb0)
  • disable magic numbers (ade6c8f)
  • disable mixed logical operators (a764bae)
  • disable mixing ternary with arrow (93dcc57)
  • disable new-cap on properties (80927d6)
  • disable parameter reassignment (d750f61)
  • disable return-assign statement (cae1e9e)
  • disable sequence operator (671b411)
  • disable shadowing variables (925aa85)
  • disable ternary checks in favour of prettier (05cdf3b)
  • disable unnecessarily nested ifs (b2118e1)
  • disable unnecessary block padding (388388a)
  • disable useless catch statements (282b5c9)
  • disable Yoda, sorry :-( (2fbbb5d)
  • do not wait for confirmation (9c84afe)
  • double amount of statements (5f722a4)
  • drop unnecessary arrow parenthesis (4a94201)
  • enforce array methods return (849924f)
  • enforce comma style (26db524)
  • enforce dot location (38cac82)
  • enforce generator spacing (073a80a)
  • check imports and react (3748fa8)
  • integrate package isolation (788193e)
  • integrate prettier (31f9649)
  • leave race conditions in the hands of dev (4ee4693)
  • limit line length to 100 chars (20d45eb)
  • print project scopes (d57c80c)
  • protect from using caller and callee (7fd8f46)
  • require block spacing (c69216b)
  • require brace style (67935d1)
  • require classes to be capitalized (f1707fb)
  • require comma spacing (79320dc)
  • require consistent dot notation (f3508b5)
  • require fixed indent (993fdb6)
  • require function argument spacing consistent (091f768)
  • require healthy for-in expressions (16d4e73)
  • require infix operator spacing (31ae5f8)
  • require key spacing (efb65c4)
  • require keyword spacing (061d63f)
  • require line break after operator (111e1fb)
  • require line break after third chaining (6151391)
  • require multilne call arguments (6fa908a)
  • require object property newline (58748c6)
  • require object spacing (f336080)
  • require proper switch colon spacing (1a553f5)
  • require space before block start (4021f05)
  • require switch statement indent (bcb879b)
  • require unary word operator spacing (f08e3e6)
  • resolve prettier/eslint conflicts (344912b)
  • setup react version (9676b1d)
  • use consistent JSX quotes (33e02cc)

0.3.0 (2023-07-01)

Bug Fixes

Features

  • include declaration files (8530e18)
  • integrate jest orchestrator based (974ab07)

0.2.0 (2023-06-27)

Bug Fixes

Features

  • provide terraform module (dc3cfc0)

0.1.1 (2023-06-07)

Bug Fixes

0.1.0 (2023-06-07)

Bug Fixes

Features