Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 928 Bytes

File metadata and controls

52 lines (29 loc) · 928 Bytes

0.0.12

  • Fixes issue with pana's WASM compatibility check

0.0.11

  • Adds toJS extension to Enum
  • Adds the Change class
  • Converts the event.params object to a Map<String, String> for convenience

0.0.10

  • Adds readFileSync from node:fs

0.0.9

  • Adds process.exit()

0.0.8

  • Adds node process.env object
  • Moves toJson() extension from JSObject to JSAny

0.0.7

  • Adds interop for admin/database
  • BREAKING: Explicit imports for admin and functions libraries are now required
  • FirebaseFunctions http Request object now extends express.Request

0.0.6

  • Fixes analysis issues

0.0.5

  • Fixes buildCloudFunctions default paths on non-unix systems

0.0.4

  • Updates README with the proper package.json scripts that are used during function deployment

0.0.3

  • Updates example readme

0.0.2

  • Adds web to supported platforms

0.0.1

  • Initial version.