Skip to content

Releases: LiasCode/pranx

v0.1.0-beta.14

25 Sep 06:42

Choose a tag to compare

v0.1.0-beta.14 Pre-release
Pre-release

🚀 Enhancements

🩹 Fixes

  • Support the same extensions for server and browser esbuild bundling (eea67b8)

🏡 Chore

  • release: V0.1.0-beta.13 (845f8af)
  • Add new features ROADMAP (29dc4dd)
  • Add new feature (138360a)
  • Add create-pranx usage to all READMEs (ce606bd)

❤️ Contributors

v0.1.0-beta.13

22 Sep 11:53

Choose a tag to compare

v0.1.0-beta.13 Pre-release
Pre-release

🚀 Enhancements

  • Add code for test contexts (9073434)
  • Better log routes tree (84b5188)
  • Add simple routes logger (cd6d270)
  • Now can use PranxRouter and select application mode. fix: remove server css output files (e8313e3)
  • Auto load App.tsx module for wrap the application on server (7194d0c)

🩹 Fixes

💅 Refactors

  • Group logging code into log folder (93bab73)
  • Links types are in sync and support router_mode (8684ea4)
  • Improve Modules Component types for better code readability (994d790)

🏡 Chore

❤️ Contributors

v0.1.0-beta.12

16 Sep 10:09

Choose a tag to compare

v0.1.0-beta.12 Pre-release
Pre-release

🩹 Fixes

  • Unhead instance type (68dec7f6)
  • Minify remove head and body tags (072e6ea)
  • Migrate biome config to v2 (7631ce3)

💅 Refactors

  • Replace pnpm to bun as the main package manager (882252b)

🏡 Chore

❤️ Contributors

v0.1.0-beta.11

12 Sep 09:35

Choose a tag to compare

v0.1.0-beta.11 Pre-release
Pre-release

🩹 Fixes

❤️ Contributors

v0.1.0-beta.10

12 Sep 09:22

Choose a tag to compare

v0.1.0-beta.10 Pre-release
Pre-release

🚀 Enhancements

  • Include critical css into html template (9044dce)

💅 Refactors

  • Change the tsconfig target and bundle (3d59faf)

🏡 Chore

  • Pin dependency versions and add clean scripts (c3a5a28)
  • Bump deps (2992ba1)

❤️ Contributors

v0.1.0-beta.9

11 Sep 22:10

Choose a tag to compare

v0.1.0-beta.9 Pre-release
Pre-release

🚀 Enhancements

  • Add api route handler and server manifest (ff4197e)
  • Add runtime for api route handler (6c19e9d)

💅 Refactors

  • Extract start methods intro runtime folder (7f4227d)
  • Normalize path and use better names (0a5c95f)

🏡 Chore

❤️ Contributors

v0.1.0-beta.8

01 Sep 07:25

Choose a tag to compare

v0.1.0-beta.8 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Pranx custom user config file (3007ff7)
  • Now user can disable client side rendering (665bba8)

🩹 Fixes

  • Remove old inline styles from HTML template generation (5848f95)
  • Update example paths in README and improve type imports in entry-server and page components (2f8e3f6)

🏡 Chore

  • Update dependencies in package.json and pnpm-lock.yaml (e42c194)
  • Bump @mdx-js/esbuild (1803295)

❤️ Contributors

v0.1.0-beta.7

28 Aug 10:07

Choose a tag to compare

v0.1.0-beta.7 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Implement Link component for client-side navigation and enhance AppContext for route management (b055c74)
  • Split server and client exports (cbdc510)
  • Add cache (0a90718)
  • Update getServerSideProps to use event context and remove unused code (188ef82)

🩹 Fixes

  • Update ignore path for exec-match.ts in biome configuration (937b127)

💅 Refactors

❤️ Contributors

v0.1.0-beta.6

25 Aug 04:57

Choose a tag to compare

v0.1.0-beta.6 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Add server and site manifest output paths, enhance server-side rendering handling (0d0eef5)
  • Implement AppContext and ServerSidePage for improved server-side rendering and state management (713232a)
  • Enhance server-side rendering and context management and initial props load (ae1daec)

🩹 Fixes

  • GetServerSideProps fails when a file request match a router path pattern (5155028)

💅 Refactors

  • Streamline server start process and improve port handling (4a4b119)

❤️ Contributors

v0.1.0-beta.5

24 Aug 22:35

Choose a tag to compare

v0.1.0-beta.5 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • Add matching for static generated routes in server and client (845d419)

🩹 Fixes

  • Add additional static paths for product detail pages to git (54fef03)

🏡 Chore

  • release: V0.1.0-beta.4 (e63ebef)
  • Improve routes tree printing (424a0b7)

❤️ Contributors