0.0.1-beta.18 • Published 3 months ago

@visao/viewer-api v0.0.1-beta.18

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Visao Viewer API

Installation

Install needed dependencies of the project.

yarn install

Tests

yarn test

Build

yarn build

Deploy new version

The first thing to do is to make sure everything is committed. Meaning there are no git pending changes. Once that is done, we need to determine what kind of release we are making (Patch, Minor, Major). Here is a fun article to help us determine what to do.

Patch

Content: Internal fix

Example: Bug fix, Performance improvement, environment or internal tweaks

Policy: Consumers should update their software without hesitation

yarn patch

Minor

Content: Interface change with full backward compatibility

Example: New feature, Endpoint declared deprecated

Policy: Update your software to get some new features. Nothing will break

yarn minor

Major

Content: Interface change breaking backward compatibility

Example: Change API endpoint name or signature, Remove an endpoint

Policy: Test your system extensively post update. Migration documents may be in order

yarn major

Publish on npm

yarn publish

Issue Tracking

Check this repo to see all the reported issues from our users.

0.0.1-beta.18

3 months ago

0.0.1-beta.12

8 months ago

0.0.1-beta.11

9 months ago

0.0.1-beta.17

8 months ago

0.0.1-beta.14

8 months ago

0.0.1-beta.13

8 months ago

0.0.1-beta.16

8 months ago

0.0.1-beta.15

8 months ago

0.0.1-beta.10

1 year ago

0.0.1-beta.9

1 year ago

0.0.1-beta.8

1 year ago

0.0.1-beta.7

2 years ago

0.0.1-beta.6

2 years ago

0.0.1-beta.5

2 years ago

0.0.1-beta.4

3 years ago

0.0.1-beta.3

3 years ago

0.0.1-beta.2

3 years ago

0.0.1-beta.0

3 years ago