Skip to content

Tags: mage/mage-validator

Tags

0.9.1

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
fix: null values on ValidatedTomeTopic get

- bind functions on first level attributes
- Do not return data if it is not explicitly set on the data
  (was returning default values)

0.9.0

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
fix: tome nested deserialization

Methods were not applied properly, and were not callable at runtime.

Fixes #8

0.8.3

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
stricter type verification on create

0.8.2

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
fix: strip null values from mget

MAGE's mget implementation does not return the index along
with the data, meaning that values not being found are nulled.
With mage-validator, we return objects with a method to return the
index, and therefore this behavior is not needed.

0.8.1

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
fix: includes method on ArrayTome

0.8.0

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
topic.query: allow for list options

- pass IArchivistListOptions to query
- dependency updates
- adding myself as contributor

0.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from stelcheck/fixes/acl-scalar-array

fix: scalar array output validation

0.7.1

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
@mapof validation function, index/data type check

Added an optional function parameter to @mapof; the goal is
to allow for validation against map keys.

Indexes and `Topic.create` optional data are now type-checked
against the topic index class and the topic class respectively.

0.7.0

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
@mapof decorator

This commit introduces a new @mapof decorator
for dealing with the deserialization and validation
of key-value maps

v1.1.0

Verified

This commit was signed with the committer’s verified signature.
stelcheck Marc Trudel
Auto-loading, error and unknown events, app

  * MessageTypes can be auto-loaded
  * MessageEmitter can auto-load event handlers from files
  * Event.Unknown, Event.Ignored and Event.Error for MessageEmitter
  * Skeleton for example app

Fixes #3