Skip to content

v0.2.4

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Jul 00:50
· 5132 commits to main since this release

Summary: Goodbye Rate Limiting; Hello validators, and XML

Details:

  • You can now request XML output rather than json. Pass outputType=XML to the api
  • Actions will be checked for the proper variables and methods.
  • Actions' required params will be automatically checked for existence.
  • Removed anything to do with rate-limiting. I don't think that anyone was using it anyway. This really isn't a core feature and was causing trouble at the DB layer.
    • api will no longer return details of requests remaining
    • DBs no longer need to build the api.rateLimitCheck method
  • npm start can not be used to stat an example actionHero server