Releases: JeromeFitz/react-instafeed
1.0.0-beta.1
[beta] 👾️ 1.0.0-beta.1: coffee=>javascript, standard-prettier, minify
This is the first commit of a complete re-haul of this package.
Consider this a safe git reset --hard
point. 🤣️
The hope is to actually formalize a 1.0.0
release, however, we will be
keeping this as a beta
as we want to be cognizant about potentially breaking existing deployments.
Big(ish) changes (not necessarily complete yet):
-
coffee=>javascript: Since there is no movement in
instafeed.js
we
ported the code over from coffee to javascript and are now housing it in this repo (for now) -
- 📓️ NOTE: added a dummy node in package.json of
deprecatedDependencies
(for now) To quickly re-add it back outside of the cli just in case.
- 📓️ NOTE: added a dummy node in package.json of
-
standard-prettier: As of this commit, we are not explicitly re-writing code on builds.
-
minify: dist gets minify, lib gets the step in-between for testing
purposes
Todo changes:
-
PRETTIER: Decision to just re-write the code on the fly, or eslint.
-- Right now leaning to "both", or the ability to do both.
-- Personally, I prefer reminders while writing, and this is not a large project. -
JS: Efficiency gains and further improvements
-
DOCS: README with Beta Instructions (partway there...)
-
JSX: ... maybe move this to JSX completely.
[version] 0.4.0
0.3.5
Patches
- Chore(package): update eslint-plugin-import to version 2.7.0: #10
- Chore(package): update eslint-config-react-app to version 2.0.0: #11
- [chore] 📦️ Package Updates: babel, eslint, react: 06d65f5
- [ignore] 🔒️ lock files from: npm/yarn: fcdb9e3
- Chore(package): update babel-eslint to version 8.0.0: #12
- [refactor] {string} from 'prop-types': 3bb8c8c
- [refactor] package.json: strict dependencies: 5ed21c0
- [📦️] package updates: babel, eslint: e14193a
- [refactor] babel-preset-env: b947537
npm@5 prepare
npm@5 prepare > prepublish
Automation Preparation
Patches
- [docs] Added info if you are using react-scripts: e07822d
- [test] +Add Travis CI to enable Greenkeeper: 5de0258
- [docs] Add badges for: Greenkeeper, Travis, NPM: 90d91a5
- [docs] Remove GreenKeeper badge: 11e2c5c
- Chore(package): update dependencies: d3b09a0
- Docs(readme): add Greenkeeper badge: ab83814
- [test] Added new lint rules per eslint 4x; 😺️ 🔐️: acf2c9f
- [docs] Rearrange GreenKeeper badge in README: 69d5e71
- [merge] PR #8 from JeromeFitz/greenkeeper/initial: 5abebd3
0.3.2: Updated README implementation
Updated README of div id...
necessity from #2 from @filosofiKode
Updated README to reflect latest changes of implementation with help and support from @BrandonPowell ( #4 , #5 ).
0.2.0: "Working"
0.1.0: React Component
Updated the React code to use Component (over Class) as well as some Documentation updates.