poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

feat(bundle): add rollup bundling process #153

Closed RomainLanz closed 6 years ago

RomainLanz commented 6 years ago

Closes https://github.com/poppinss/indicative/issues/152

thetutlage commented 6 years ago

Ahhhh nice 👍

RomainLanz commented 6 years ago

Going to update it with ES6 import/export so tree-shaking will be possible 👍

thetutlage commented 6 years ago

Cool lemme push the serializers support and then you can do ahead

thetutlage commented 6 years ago

@RomainLanz Done with the formatters code. I am calling them formatters over serializers. Also I will be working in upcoming days to achieve following

  1. Improve performance
  2. Reduce size

Can u please complete the code for rollback, so that I can use that as the starting point

thetutlage commented 6 years ago

Closing since we got it in v4