strapi

🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

OTHER License

Downloads
6.9M
Stars
60.8K
Committers
1K
strapi - v1.6.3

Published by pierreburgy over 7 years ago

  • Fix routes list issue in admin panel.
  • Secure routes list route.
strapi - v1.6.2

Published by pierreburgy over 7 years ago

  • Use new Promise() pattern instead of Promise.defer in strapi-generate-users.
  • Remove --harmony flag.
strapi - v1.6.1

Published by pierreburgy over 7 years ago

  • Publish new version with admin panel built.
strapi - v1.6.0

Published by pierreburgy over 7 years ago

  • Make Strapi compatible with latest Node versions (fix Promise.defer issue).
strapi - v1.5.7

Published by Aurelsicoko over 7 years ago

Program exits if the current Node.js version doesn't satisfies the specified range.

strapi - v1.5.4

Published by loicsaintroch almost 9 years ago

  • Removed hook timeout since it depends a lot on the environment and we can't control this.
strapi - v1.5.3

Published by loicsaintroch almost 9 years ago

  • Fixed paths for Windows on settings changes from the Studio.
strapi - v1.5.2

Published by loicsaintroch almost 9 years ago

  • Fixed paths for Windows on unzip tasks from the Studio.
strapi - v1.5.1

Published by loicsaintroch almost 9 years ago

  • Fixed the restart function used by the Studio.
strapi - v1.5.0

Published by loicsaintroch almost 9 years ago

  • Removed deprecated dashboard hook since the admin panel is now open-source.
  • Removed deprecated poweredBy config.
  • Make sure connections have an appropriate migrate strategy.
  • Ignore API public directories in dictionary.
  • Fixed Grant config.
  • Take advantage of multiple environment config with clusters.
  • Improved email regex for login via the CLI.
  • Auto-install adapters on restart.
  • Auto-install template engines on restart.
  • Added --dry option to generate Strapi applications without built-in features and ORM.
  • Use tilde ranges for npm dependencies to make sure we don't break existing applications.
strapi - v1.4.1

Published by loicsaintroch almost 9 years ago

  • Wait GraphQL schemas generation before load koa-graphql middleware
  • Delete previous application when $ strapi link
  • Fix loadHooks function for the dashboard and router hooks
strapi - v1.4.0

Published by loicsaintroch almost 9 years ago

  • Load config from API and specific environment
  • Improved error message when load a hook
  • Use DashboardToken in headers to communicate with the Studio
  • Migrated from passport to grant with purest
  • Programmatically restart the server for the Studio with a rebuild function
  • Use the cluster module to handle master and workers processes
  • Improved the connection process between the Studio and the framework
strapi -

Published by loicsaintroch almost 9 years ago

  • Disabled Studio connection in production environment
  • Defer connection to the Studio aiming not to block the process
  • Removed deprecated _admin hook
  • Added token field for the Dashboard
  • Fixed PUT actions on the Dashboard
strapi -

Published by loicsaintroch almost 9 years ago

  • Update to [email protected]
  • Add dashboard hook aiming to communicate with the SaaS Dashboard
  • Remove useless request when logout action via the CLI
  • Use the passport middleware with a hook
strapi -

Published by loicsaintroch about 9 years ago

  • Added strapi link command line to link an existing application without an appId to the Studio
  • Improved dependencies workflow between the framework and the generators aiming to keep the framework clean and focus on the HTTP server
  • Added a built-in email API
  • Added a built-in local file upload API
  • Support GraphQL both in the router and the Waterline ORM thanks to the adapter waterline-graphql
strapi -

Published by loicsaintroch about 9 years ago

  • Be more permissive about Node.js and npm versions
  • Simplified application structure by removing modules
  • Improved wording and steps to getting started
  • Automatically install new adapters in development
  • Let the developers use custom generators thanks $ strapi update
strapi -

Published by loicsaintroch about 9 years ago

  • Bumped admin generator version
  • Bumped master generator version
  • Fix shebang backward compatibilities
strapi -

Published by loicsaintroch about 9 years ago

  • Updated the README information for the release
strapi -

Published by loicsaintroch about 9 years ago

  • Bumped admin generator version
strapi -

Published by loicsaintroch about 9 years ago

  • Bumped admin generator version