0.4.2 • Published 5 months ago

simple-terms v0.4.2

Weekly downloads
9
License
MIT
Repository
gitlab
Last release
5 months ago

Simple Terms Processor

pipeline status

License

MIT

About

This package provides a simple terms processor suitable for reading hierarchical data structures and deriving new information from that. It is designed to support customized processing of data without exposing a full Javascript engine. It intentionally excludes support for code to adjust any provided data.

For example, in our forms processor this package is used to describe dependencies between fields e.g. making one field's visibility depending on having provided particular value on another one or initialize one value with the input of two other fields e.g. by combining first and last name of a person into full name of an account's holder using a term like personal.lastName + ", " + personal.firstName.

Install

npm install simple-terms

Manual

See the official manual at https://cepharum-foss.gitlab.io/simple-terms for additional information.

0.4.2

5 months ago

0.4.1

1 year ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago