Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 01:50
12c4723

1.0.0 (2022-08-31)

Bug Fixes

  • allow multiple plugins to "register" the same hook (9b5a470)
  • deps: pin react-codemirror to allow install (9bd26e5)
  • deps: update all dependencies. Remove concurrently and chalk (f36960d)
  • deps: update all deps (c2b7151)
  • deps: update dependencies (5c9777d)
  • fix imports to have extensions. gitignore cleanup. upgrade typescript (8b34849)
  • fix tests (949b14a)
  • fix updating graphql rules and better error handling (77319d3)
  • more tests and a small fixes found because of them (3c8cba3)
  • refactor ruletypes to have createRule instead of ruleClass (8b7b639)
  • restrule: basic rest rule done. Request integration tests passing (a90732e)
  • silence path-case esbuild warning. trigger npm deploy (58c70ee)
  • strip content-length header so incorrect values arent accidentally sent (49874b3)
  • strip hop-by-hop headers. Still need to write test (3580ab2)
  • tests: fix tets and some more typescript conversions (41be6c2)
  • update all dependencies (8069b25)
  • update dependencies (393e60f)

Features

  • add ability to have javascript config file (db93a05)
  • add base rule editing to font end (1f97c51)
  • add DELETE_RULES socket event and change ADD_RULE to ADD_RULES (77a4eed)
  • add MUI and re-org some build stuff (f855db7)
  • basic frontend routing and socket setup (a8cb9ae)
  • basic plugin support (52ec08e)
  • change UPDATE_RULE socket event to UPDATE_RULES to update multiple rules in one call (5d15eee)
  • emit types in ci/cd (a6438a1)
  • frontend: add enabled toggle for rules. Remove general tab for now (d860a17)
  • graphql: basic graphql support (ac66e57)
  • ladle: set up ladle for developing frontend (55c2163)
  • large refactoring. Start fixing rule types (4d97854)
  • logger: add logger to hijacker (09df7bf)
  • logging: basic logging for functions (bf23f33)
  • publish to @hijacker/core (c05b7f7)
  • refactor: start of backend typescript rewrite (f6b5e3c)
  • rewrite: start rewrite from vue -> react (118ebba)
  • RuleManager: work on rule managing and errors (fc68c44)
  • rules: set up rules type pattern and typescript testing (f812504)
  • sockets: hook up sockets. All tests passing except intercepts (116635d)

BREAKING CHANGES

  • refactor: Typescript rewrite
  • rewrite: Going to be rewriting backend in typescript/and not incredibly worried about
    backwards compat