v0.7.4
Features
Added a property isFluentSchema in every FluentSchema object.
const S = require('fluent-schema')
const schema = S.object()
.prop('foo', S.string())
.prop('bar', S.number())
console.log(schema.isFliuentSchema) // trueThe previous method based on Symbol.for('fluent-schema-object') has been deprecated but it still available