10000 Releases · mbchoa/recipeek · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mbchoa/recipeek

v3.1.0

04 Jun 08:47
938c395
Compare
Choose a tag to compare

This minor update includes a number of feature additions:

  • Added infinite loading of recipes as using scrolls down the page #93
  • Recipenow have a gray placeholder #97 and images below the fold are lazy loaded #90
  • A new SVG loading indicator component has been added #91
  • New UX for displaying the nutrition facts of the recipe has been added when hovering over the recipe #104

There were also some performance improvements made:

  • Utilize Redis caching service to cache search API responses #98
  • Normalized the recipe data stored in the Redux state #94

v3.0.0

22 May 08:40
5a8ad14
Compare
Choose a tag to compare

The entire application has been overhauled and migrated into a CRA template. In addition to this, the deployment has also been migrated to Netlify. The API is now handled through a Netlify Lambda function instead of a separate Node server.

v2.1.1

02 Jun 07:09
Compare
Choose a tag to compare

Updates:

  • Refactored GraphQL package structure
  • Deprecated several unused dependencies

v2.1.0

07 Jan 02:18
551f138
Compare
Choose a tag to compare

Major Updates:

  • Removed istanbul/nyc code coverage
  • Setup and implemented GraphQL
  • Moved API Express server routing to main application server (proxying GraphQL requests to API server did not work)
  • Cleaned up unused module dependencies

v2.0.0

25 Dec 10:01
Compare
Choose a tag to compare

Breaking Changes:

  • Switched to Edamame Food Search API from Food2Fork API

Major Updates:

  • Added istanbul/nyc code coverage
  • Added Redux state management layer to handle API requests
  • Add staging environment (recipeek-staging.herokuapp.com) for testing and developing new features
  • Automate Heroku deployment to staging and production environments using CircleCI
0