Wp Vue Versions Save

A simple Vue blog template that displays posts from any WordPress REST API endpoint.

v1.1.0

4 years ago
  • Update packages.
  • Use environment variables to set configuration values.
  • Remove unnecessary declarations of NODE_ENV variable.

v1.0.2

5 years ago
  • Update & clean up packages.
  • Fix security vulnerabilities.

v1.0.1

5 years ago
  • Removes axios dependency; replaced with fetch.
  • Returns resolve() when appropriate to avoid fetching data when it's not necessary.
  • Prettify all the codes.

v1.0.0

5 years ago
  • Use the Vue CLI to scaffold the project.
  • Update README.md.
  • Use URLSearchParams to grab query string parameters rather than weirder solution.
  • Lint JS.

v0.2.0

6 years ago
  • Add configuration files to fix Netlify deployments.
  • Make miscellaneous style improvements.
  • Add details to post pages, include link to live post on source site.

v0.1.0

6 years ago
  • Adds basic AJAX request caching.
  • Sends Google Analytics data only when not on localhost.
  • Adds ability to set WordPress REST API endpoint via URL parameter.

v0.0.1

6 years ago

First release, let's see where it goes.