1.1.1 • Published 28 days ago

@warp-ds/core v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
28 days ago

Warp JS Core

This package contains shared business logic between our Warp JS implementations: Web Components, React and Vue.

Goals

The aim of this package is to centralise logic that would otherwise be duplicated across our JavaScript library implementations. We wish to keep this package as raw JS as possible, while allowing for the libraries themselves to dictate the input and output types of certain functions, for example DOM operations.

Releases

This project uses Semantic Release to automate package publishing when making changes to the main branch.

It is recommended to branch off the main branch. Make sure main branch is updated. Follow conventional commits when making changes. When your changes are ready for pull request, this should be opened against the main branch.

Please note that the version published will depend on your commit message structure. You can use commitizen to help follow this structure:

npm install -g commitizen

When installed, you should be able to type cz or git cz in your terminal to commit your changes (replacing git commit).

Add and commit with Commitizen

1.1.1

28 days ago

1.1.0

1 month ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

1 year ago

1.0.0-alpha.1

1 year ago