preppy

A simple and lightweight tool for preparing the publish of NPM packages.

APACHE-2.0 License

Downloads
436
Stars
34
preppy - Release 8.1.3

Published by swernerx over 5 years ago

  • Improved TS setup issue error handling (c338464)
preppy - Release 8.1.2

Published by swernerx over 5 years ago

  • Updated deps. New TS-3.5 which should be faster. (4c8f7ad)
preppy - Release 8.1.1

Published by swernerx over 5 years ago

  • Updated deps (5851812)
preppy - Release 8.1.0

Published by swernerx over 5 years ago

  • Disabled progress plugin on CI (ff5f562)
preppy - Release 8.0.3

Published by swernerx over 5 years ago

  • Updated deps (c96ae46)
preppy - Release 8.0.2

Published by swernerx over 5 years ago

  • Minor fix regarding replacement and warnings around NODE_ENV. Somehow the readme was more up-to-date than the actual implementation. (6103b72)
preppy - Release 8.0.1

Published by swernerx over 5 years ago

  • Updated demo (eb193bf)
  • Updated deps (f280c28)
  • Node v12 is not yet supported on AppVeyor. Disabled. (02b89fa)
preppy - Release 8.0.0

Published by swernerx over 5 years ago

  • Increased min NodeJS version to v8 (87bfb05)
  • Fixed source map issues in renderChunk. Code formatting. (73c90f7)
  • Minor changes (61fc5f8)
  • Minor refactoring (6800a31)
  • Minor lint fixes + added missing deps (597b020)
  • Simplified jsx tests for TypeScript + added same fragment tests (e4dcd06)
  • Added JSX fragment and path-based imports (for testing lazy jsx handling) (c57014b)
  • Added link to original code + linting fixes (58811a7)
  • Improved readme (2af19c4)
  • Added Node v12 to the support list. Remove Node v6. (20f9cbc)
  • Changed approach of NODE_ENV injection (2ffc244)
  • Added initial info on Lazy JSX. Cleaned up some env docs. (c69b04e)
  • Added new test case for transpiling JSX with TS (19dcb80)
  • Switched to local simple babel config (no async, no class properties, no react preset) + cleanup class properties and async test (not related to TS support) (ea15bab)
  • Added new test case for transpiling JSX fully (082091f)
  • Tweaked react preset config (8b7cc86)
  • Added more JSX testing for TSX (4233b43)
  • Moved JSX after Babel processing. Intial fixes for TS support. (058a71f)
  • Corrected snapshots for JSX test (fbd2305)
  • Fixed execution point of slice() + Fixed tag parsing to tolerate white spaces added by Babel (non compact mode) (a3d1e5b)
  • Prettier auto formatting (2c19909)
  • Updated deps (71ff283)
  • JSX plugin integration WIP (018788e)
  • Added JSX plugin from Lukas awesome support. https://github.com/rollup/rollup/issues/2822#issuecomment-486676465 (0257c4c)
  • Improved jsx test (0456af7)
  • Do not warn on NODE_ENV usage in test mode (34f6b90)
  • Adding react import in JSX test (ab2fe71)
preppy - Release 7.13.1

Published by swernerx over 5 years ago

  • It seems like the previous ignorance of these errors was wrong. There are infect bundling issues removing pointers to these symbols which will produce non-working code. (762822f)
preppy - Release 7.13.0

Published by swernerx over 5 years ago

  • Added fix for issues when transpiling code where the wrong babel config was used before. (d7779dd)
  • Added JSX test case (bundle JSX code without transpilation) (340349d)
  • Added JSX parsing support for Rollup (74e3b1e)
  • Minor lint change (1035ba4)
preppy - Release 7.12.0

Published by swernerx over 5 years ago

  • Added warning on injecting NODE_ENV for libraries. (4bc5817)
  • Updated deps (261506a)
preppy - Release 7.11.0

Published by swernerx over 5 years ago

  • Updated deps (403cb17)
  • Merge pull request #4 from n4bb12/master (d2ad33e)
  • Only read tsconfig in ts projects (a2f411f)
  • Make ts import for reading tsconfig optional (5ac1476)
  • Improve error output when reading tsconfig fails (1d85704)
  • Extend tests with an extended config and relative paths (13d684e)
  • Use typescript's own makeAbsolute (f64dd48)
  • Use typescript to read extended tsconfig options (5b59880)
  • Minor fixes to readme (3225ae7)
preppy - Release 7.10.1

Published by swernerx over 5 years ago

  • Updated asset rollup helper (5e15179)
preppy - Release 7.10.0

Published by swernerx over 5 years ago

  • Made TS optional - step 2 (356ee81)
  • Made TS optional - step 1 (b44b462)
  • Minor formatting (7bb397f)
preppy - Release 7.9.0

Published by swernerx over 5 years ago

  • Using custom JSON file reader which supports comments. Fixes issues with specific tsconfig.json files which make use of JS comments. (85ff79e)
  • Made log output quiet during test runs (f4f6dd3)
  • Updated deps (6260b4e)
preppy - Release 7.8.1

Published by swernerx over 5 years ago

  • Minor fix (da8d7c0)
  • Tweaked directory config processing for paths defined in tsconfig. This should fixes crashes we observed during type extraction in some projects. (881c062)
preppy - Release 7.8.0

Published by swernerx over 5 years ago

  • Fixed package name + updated snapshots (9291b10)
  • Updated deps (ec3ca11)
  • Converted TS to an peer dependency + minor formatting fixes (519dbd2)
  • Minor formatting (e49728c)
preppy - Release 7.7.0

Published by swernerx over 5 years ago

  • Updated package names to prevent haste-map issues (76a63ef)
  • Updated deps (f528d10)
  • Merge pull request #3 from n4bb12/master (c723e06)
  • Read tsconfig once on startup (e188c87)
  • Merge TS compiler options with spread (cb9e3e3)
  • Add support for TypeScript declarationMap (0f113be)
preppy - Release 7.6.4

Published by swernerx over 5 years ago

  • Minor lint fix (2091ce7)
  • Added prettier, simplified scripts for linting/format/fix, disabled no-console lint error, excluded test folder (52ed31d)
preppy - Release 7.6.3

Published by swernerx over 5 years ago

  • Improved stability in some edge cases (84f0edf)