Skip to content

Latest commit

 

History

History
93 lines (63 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

93 lines (63 loc) · 4.57 KB

Changelog

All notable changes to this project will be documented in this file.

0.21.0 (February 23, 2023)

Enhancements:

  • #151: Unnamed default exports now reflect the TitleCase name of the component file.
  • #141: Replaced React SSR with SSR + Client-side Hydration behind the SSR flag.
  • #140: Improved base lighthouse scores for autogenerated goout.
  • #135: Added ability for bundler specific errors to propagate to UI error reporter.
  • #64: Added experimental feature to replace babel runner with swc.

Bugfixes:

  • #145: Fixed bug that prevented the correct environment mode from being applied.

0.16.0 (July 19, 2022)

Bugfixes:

  • #118: Added support for js document comment parsing.
  • #115: Index file support for javascript importing.
  • #123: React frames no longer overwrite each other during micro frontends.

QOL-Enhancements:

  • #110: Run-time tracing for file errors.
  • #117: Cleanup formatting of the build and dev command output.
  • #116: Directory blacklisting & logging cleanup.

Performance:

  • #121: Skip file parsing for import cycles that are not of supported extension type.
  • #112: Increase startup time for reoccuring bundles within dev command (100x increase).

Enhancements:

  • #122: Lib generation maintains variable placement.
  • #81: Orbit client side display during error occurrence.

0.10.0 (May 17, 2022)

Bugfixes:

  • #96: Resolve numerous issues around parsing export keywords in javascript files.

QOL-Enhancements:

  • #62: Added support for dev command caching.
  • #58: Libout retains order after initial computation.

Enhancements:

  • #70: Standalone deploy command orbit deploy with static file rendering.
  • #78: Minor logging rework.
  • #13: Validate node modules are installed before build process.

0.7.1 (April 9, 2022)

Bugfixes:

  • #82: Fix for windows support

0.7.0 (April 8, 2022)

Enhancements:

  • #59: Added experimental support for react server-side-rendering.
  • #49: Added new tool for visualization of the dependency graphs output by the depout flag.
  • #11: Added support for vanilla js components with micro-frontends.
  • #10: Added support for recomputing dependency map during repack.

Bugfixes:

  • #55: Fix issue that applied duplicate pages to the generated go output.
  • #51: Fix bug that prevented from detecting correct page extension.

0.3.6 (March 20, 2022)

Bugfixes:

  • #45: Fix JS lexer from having duplicate extensions in the file output.
  • #41: Fix JS lexer bug that caused non jsx files to fail parsing on jsx rules.
  • #38: Fix for various libout slug parsing bugs.
  • #32: Fix dev command to detect new pages.

0.3.2 (March 13, 2022)

Bugfixes:

  • #36: Fix libout issue that caused cached urls to be applied twice to the web bundle.
  • #29: Fix issue that caused a browser error to be thrown when a component was processed to quickly.

0.3.0 (March 11, 2022)

Enhancements:

  • #30: Added support for page hot reloading for dev command.

0.2.0 (March 8, 2022)

initial release