egg

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

MIT License

Downloads
93.4K
Stars
18.8K
Committers
220

Bot releases are hidden (Show)

egg - 2018-05-03, Version 2.8.0 @dead-horse

Published by popomore over 6 years ago

Notable changes

  • feature

    • add time duration for dump config
  • fix

    • make singleton work for unextensible or frozen instance
  • docs

    • switch to English document
    • add middleware to Application and other ts improvement (typescript)
    • update wxapp-socket-io project to weapp.socket.io
    • update title and remove unused files

Commits

egg - 2018-04-17, Version 2.7.1 @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • fix
    • imporve compatibility of singleton

Commits

egg - 2018-04-16, Version 2.7.0 @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • feature

    • singleton support asynchronous create function
  • fix

    • dump config support circular json
  • docs

    • improve router and typescript

Commits

egg - 2018-04-16, Version 1.13.2 @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • fix
    • dump config support circular json

Commits

egg - 2018-04-12, Version 2.6.1 @atian25

Published by atian25 over 6 years ago

  • docs
    • TypeScript Guide (#2324)
    • fix d.ts with ts support
    • docs improve

Commits

egg - 2018-04-04, Version 2.6.0 @atian25

Published by atian25 over 6 years ago

  • feature

    • TypeScript tool support (#2272)
  • docs

    • improve d.ts with ts support (#2306)
    • docs improve and translation

Commits

egg - 2018-03-20, Version 2.5.0 @atian25

Published by popomore over 6 years ago

Notable changes

  • feature

    • display router when log app (#2230)
    • update favicon.png
    • upgrade cluster-client to 2.x (#2236)
  • docs

    • improve d.ts
    • add socket.io webchat description (#2198)

Commits

egg - 2018-03-05, Version 2.4.1 @dead-horse

Published by atian25 over 6 years ago

Notable changes

  • fix

    • [security] don't allow x-forwarded-host header by default
    • ctx.runInBackground will try to use custom function name first
  • docs

    • improve d.ts
      • add regexp as type of path in Router
      • fix type of render
    • more semantic and moment installation in quickstart

Commits

egg - 2018-03-05, Version 1.13.1 @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • fix
    • [security] don't allow x-forwarded-host header by default
    • ctx.runInBackground will try to use custom function name first

Commits

egg - 2018-02-28, Version 2.4.0, @fengmk2

Published by atian25 over 6 years ago

Notable changes

  • feature

    • support Keep-Alive Header
  • fix

    • add logger in base_context_class
  • docs

    • Lots of d.ts improved.
      • add context
      • add urllib
      • add resources & logger
    • new documents
      • how to call the service
      • socket.io tutorial
      • add events on application

Commits

egg - 2018-01-26, Version 2.3.0, @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • feature

    • emit request and response event in every request
  • docs

    • improve english docs
    • add alinode usage

Commits

egg - 2018-01-26, Version 1.13.0, @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • feature
    • emit request and response event in every request

Commits

egg - 2018-01-22, Version 2.2.1, @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • fix

    • log cookie's key when cookie exceed limit length
  • document

    • improve english documents, fix some grammars
    • add link to alicloud node.js perfomance platform
    • use PATCH method in resource router

Commits

egg - 2018-01-22, Version 1.12.1, @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • fix
    • log cookie's key when cookie exceed limit length

Commits

egg - 2017-12-26, Version 2.2.0, @dead-horse

Published by dead-horse over 6 years ago

Notable changes

  • feature

    • config.meta.logging to enable log every request when recieved
  • document

    • fix some grammars
    • add rule for issue

Commits

egg - 2017-12-15, Version 2.1.0, @dead-horse

Published by dead-horse almost 7 years ago

Notable changes

  • feature

    • add 400 response for broken client request to instead of empty response
    • dump application router json
  • fix

    • fix: run dumpConfig at the last ready callback
  • document

    • migrate docs to egg 2
    • add document for passport

Commits

egg - ## 2017-11-20, Version 2.0.0, @dead-horse

Published by dead-horse almost 7 years ago

Notable changes

  • performance

    • By removing the wrapper code of co library, performance increase over 30% (which not include the performance boost coming with Node 8), see #14 and benchmark
  • feature

    • [BREAKING CHANGE] drop node <8 support
    • upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1
    • upgrade built-in plugins to adapt egg@2
    • runInBackground use location as scope name when anonymous
  • fix

    • dump async function as AsyncFunction
  • document

    • migration guide
    • migrate some documents to async function
    • split plugin and plugin development
    • refactor the description about cluster client @vincenthou
    • add document for how to customize error handler
    • translate cookie and session @zhang-z
    • translate basics/schedule.md, thanks @Azard

Commits

egg - 2017-11-13, Version 2.0.0-beta.2, @dead-horse

Published by dead-horse almost 7 years ago

Notable changes

  • feature

    • upgrade built-in plugins to adapt egg@2
  • document

    • translate basics/schedule.md, thanks @Azard
    • change quickstart examples to async function
    • add document for how to customize error handler
    • fix typo in async function

Commits

egg - 2017-11-09, Version 2.0.0-beta.1, @dead-horse

Published by dead-horse almost 7 years ago

Notable changes

  • feature
    • [BREAKING CHANGE] drop node <8 support
    • upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1

Commits

egg - 2017-11-08, Version 1.11.0, @dead-horse

Published by atian25 almost 7 years ago

Notable changes

  • feature
    • export global namespace at d.ts @atian25

Commits