4.4.3 • Published 4 years ago

periodo-client v4.4.3

Weekly downloads
34
License
CC0-1.0
Repository
github
Last release
4 years ago

PeriodO Client

A Web browser application for browsing and editing PeriodO data.

Compatible with all browsers that support ES2017 and IndexedDB. Safari has known issues complying with the latter, and we cannot guarantee that PeriodO supports it (as of March 2017).

Building

To build a standalone version of the client which can be run from a static web directory, run make production.

Run make test to run all tests. Because we use recent JavaScript features like async/await and object rest/spread, you must have Node 11+ installed.

Layout of this project

This is an umbrella project for several distinct sub-projects ("modules"). Each of these smaller units are npm packages found in the modules folder. We manage dependencies between them with a tool called Lerna. Look in those folders for documentation on each individal module.

Development

Because browsers do not support IndexedDB for pages served from local file systems, during development, you will need to run a process that will serve the root directory over HTTP.

Once you have set up a server to serve the root directory, run make watch to rebuild the site during development. This will build the file periodo-client.js and rebuild it upon any changes to source files.

Publishing a new version

We distribute the built version of the code via npm. To publish a new version, run the following commands:

npm version patch
make publish

Replace patch with the type of release you want to make, according to the docs for npm-version and the kind of change the new version is according to semvar.

Committing package-lock.json

Changes to package-lock.json should only ever be in a commit by themselves. Do not include changes to package-lock.json with commits that change other files.

4.4.3

4 years ago

4.4.2

4 years ago

4.4.1

4 years ago

4.4.0

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

4.2.3

4 years ago

4.2.2

4 years ago

4.2.1

4 years ago

4.2.0

4 years ago

4.1.8

4 years ago

4.1.9

4 years ago

4.1.7

4 years ago

4.1.6

5 years ago

4.1.5

5 years ago

4.1.4

5 years ago

4.1.3

5 years ago

4.1.2

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

4.0.0-15

5 years ago

4.0.0-14

5 years ago

4.0.0-13

5 years ago

4.0.0-12

5 years ago

4.0.0-11

5 years ago

4.0.0-9

5 years ago

4.0.0-8

5 years ago

4.0.0-7

5 years ago

4.0.0-6

5 years ago

4.0.0-5

5 years ago

4.0.0-4

5 years ago

4.0.0-3

5 years ago

4.0.0-2

5 years ago

4.0.0-1

5 years ago

4.0.0-0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-pre.5

6 years ago

3.0.0-pre.4

6 years ago

3.0.0-pre.3

6 years ago

3.0.0-pre.2

6 years ago

3.0.0-pre.1

7 years ago

3.0.0-pre.0

7 years ago