Skip to content

Pode v0.10.0

Compare
Choose a tag to compare
@Badgerati Badgerati released this 15 May 23:29
· 2084 commits to master since this release
354930b

Checksum: C6918E91089CCB46D94B04B30327D0AA88E4B100B812A1B52B69A73158E66E61

Features

  • Adds Unix support
  • Adds Docker support
  • Ability to create Server as an Interval - so you can loop logic every 30 seconds, for example
  • Includes the Query string on the $session object passed to routes
  • Ability to have parameters in routes, ie: /api/accounts/:accountId, which can be referenced via: $session.Data['accountId']
  • Support for package.json files, and support for commands similar to node. ie: pode init, pode start, pode install (see README)
  • Rename of PSHTML to .pode files, to support multiple file types (see README)
  • New function include to import other files into pode files
  • Support for third-party view engines, should as EPS
  • JSON/XML responses are now compressed
  • Rename of Add-PodeRoute to just route, and Set-PodeViewEngine to just engine