vuex-map-fields

Enable two-way data binding for form fields saved in a Vuex store

MIT License

Downloads
106.2K
Stars
1.4K
Committers
3

Bot releases are hidden (Show)

vuex-map-fields - 1.0.2

Published by maoberlehner almost 7 years ago

  • c2a21d5a9113ce59fbf255fbadd0d2c3ff2d605f Formatting (whitespace)
  • 2fc045cc6dfd4374532a3540d18f8f449f44ff1f Add tests for usage with Vuex modules
  • 56518646b16883bb8da1abd3a18556af53ec446d Add example code to demonstrate usage with modules
vuex-map-fields - 1.0.1

Published by maoberlehner almost 7 years ago

  • ed1922258ec6e059b7333e75822f7b4ed4b04407 Remove .tgz file after fake publishing
  • 0b51460083e010598c5fe1363ba41dd4512a0fe2 Remove Object.assign and use param reassign
vuex-map-fields - 1.0.0

Published by maoberlehner almost 7 years ago

Removing the unchanged dependency, helps reducing the file size of the minified code from about 4.5 kb to 1.4 kb (~650 byte gziped).

  • baafef4d98e312a1edcebe32e0a0157851d44c50 Use a getter to enable more performant mutations
  • ad03354acdda515be3356d56fe6c9dc2186037d6 Add integration tests
  • 70bd825eaf2d698e876903cc3c02ee6f715a1d0d Remove unchanged dependency
vuex-map-fields - 0.1.3

Published by maoberlehner almost 7 years ago

This is the final maintenance release before some bigger changes coming with 1.0.0

  • edfc0cc56f678a781ea2bd63dc4149405074a1ba Update dependencies
  • 1c5cb017b76cd22e1e6d305eb088403cd21ad7df Fix tests to match real world scenarios
  • a133a43346318f0847245777032d4a1da2fd03b8 Optimize phrasing in the docu
vuex-map-fields - 0.1.2

Published by maoberlehner almost 7 years ago

  • 3ab57719beace8e20c564a514a54cc929d586984 Remove the coverage dir from npm package
vuex-map-fields - 0.1.1

Published by maoberlehner almost 7 years ago

  • 72dec9cc4c882424229695a2b377f18df935a5e2 Initial commit
  • ede9f21ebadcadfdaf26d751692a92872cc7ea7c Add README and description
  • 624b6acb5dfdb305d0601e7724505e042f345c45 Remove watch mode
  • 16fdfada1f4803041f97369d1e1eed4f4a56cece Implement core functionality
  • 7e82ef46b3fc82c1e8f0cc9254f870323067d9e4 Add documentation
  • 3507aa926ddaccc2d901bf0fec1cb20ffa1774d2 Optimize docu and fix typos
  • df485f8dca2b8985facd5559f1c93583f0f1598a Use single quotes over backticks in code examples
  • aa6f7b1ccf2d734cb801bb28c78a890e2b5bd0ec Remove *.spec.js files from the npm package