Skip to content

Releases: lukevdbroek-nl/ts-common-library

Release 0.1.2

07 Jan 18:05
Compare
Choose a tag to compare

TypeScript Common Library

A modular and lightweight library designed to provide reusable utilities and helpers for TypeScript projects. The library aims to streamline development across various JavaScript frameworks, such as Vue and React, with a focus on consistency and efficiency.

🚀 Release Notes

This is release 0.1.2 of the TypeScript Common Library. The following tasks were completed in this release:

  • Added wrapper for native Fetch API: Created a wrapper with POST,UPDATE,DELETE,READ functions in a class for simplicity
  • Refactored loader.ts from misc to src: I refactored the loader.ts file from src/misc -> src
  • Configuration environment: Added eslint, and typescript dev dependencies for debug testing library

⚠️ Note

This is an early version of my package, It can be unstable this release is mainly intended for testing and feedback. Future updates will introduce additional utilities, improvements and expanded documentation.

📦 Installation

npm install ts-common-library

alpha release 0.0.1

06 Jan 17:03
Compare
Choose a tag to compare

TypeScript Common Library

A modular and lightweight library designed to provide reusable utilities and helpers for TypeScript projects. The library aims to streamline development across various JavaScript frameworks, such as Vue and React, with a focus on consistency and efficiency.

🚀 Alpha Release Notes

This is the alpha release of the TypeScript Common Library. The following tasks were completed in this release:

  • Repository Initialization: Set up the project repository.
  • First Initial Feature: Added a TypeScript utility for dynamic script importing to enhance integration with frameworks like Vue and React.

⚠️ Note

This is an early version intended for testing and feedback. Future updates will introduce additional utilities and expanded documentation.

📦 Installation

npm install ts-common-library