Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Releases: JeromeFitz/react-instafeed

1.0.0-beta.1

30 Sep 22:47
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

[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.
  • 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

30 Sep 02:05
Compare
Choose a tag to compare
[version] 0.4.0 Pre-release
Pre-release

Minor Changes

  • Chore(package): update eslint to version 4.7.2: #13
  • [fix] package.json: strict dependencies (II): f7a5aba
  • [📦️] package updates w/ peerDependencies (react@15.6.0): e3cbe26
  • [chore] ⚛️ react/react-dom to devDependencies: 87b6359

0.3.5

21 Sep 15:55
Compare
Choose a tag to compare
0.3.5 Pre-release
Pre-release

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

05 Jul 21:17
Compare
Choose a tag to compare

npm@5 prepare > prepublish

Automation Preparation

05 Jul 21:11
Compare
Choose a tag to compare

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

15 May 17:52
Compare
Choose a tag to compare

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"

24 Jan 17:39
Compare
Choose a tag to compare

Patches

  • Update README: This is now an npm-module: e391ff4
  • +babel for dev, +es6 to usable code for other devs: 8336450

0.1.0: React Component

24 Jan 16:54
Compare
Choose a tag to compare
Pre-release

Updated the React code to use Component (over Class) as well as some Documentation updates.