name: Release Notes

sort: 2

beego 1.12.2

  1. Fix old process didn’t exist when graceful restart in beego 1.12.0 #4005
  2. Enhance: Print stack while orm abnormally exit #3743
  3. Enhance: Replacing lock with read lock in GetMapData #3803
  4. Fix: Get the real location of the log directory if the path is symbolic path #3818
  5. Fix: Cache, context, session: add lock to fix inconsistent field protection #3922
  6. Fix: Encoded url(with slash) router mismatch problem #3943
  7. Fix: genRouterCode method generate wrong codes #3981
  8. Enhance: Using LRU algorithm, ignoring big file and using max cache size to reduce the memory usage of file cache #3984
  9. Fix: Set max DB connections #3985
  10. Fix: SQLite don’t support SELECT … FOR UPDATE #3992
  11. Enhance: Add Transfer-Encoding header in httplib’s PostFile method #3993
  12. Enhance: Support bit operation in ORM #3994
  13. Fix: net/http Middleware set via RunWithMiddleware or App.Run(middleware) doesn’t work when “BConfig.Listen.Graceful” is set to true #3995
  14. Fix: Empty field in validator.Error when label struct tag is not declared #4001
  15. Fix: panic: send on closed channel after closing logger #4004
  16. Enhance: Store RouterPattern before filter execute #4007
  17. Fix: Using HTMLEscapeString in adminui.go to avoid XSS attack #4018
  18. Fix: Process not closed when graceful set to true #4005
  19. Enhance: Use scan instead of keys in redis #4016
  20. Feature: Support prometheus #4021
  21. Fix: Can’t create more than max_prepared_stmt_count statements #4025
  22. Enhance: Support more mobile number pattern #4027
  23. Fix: Can’t set section name #4027
  24. Fix: strings.Repeat panic in orm/db.go #4032
  25. Enhance: Make redis client idle timeout configurable #4033

beego 1.10.0

  1. Update log.go add GetLevel Function to Log #2970
  2. Fix a typo “conflict” #2971
  3. Bug on private fields #2978
  4. Fix access log console unexpected ‘\n’ at end of each log. #2976
  5. Fix Documentation for HTTP status codes descriptions. #2992
  6. Redis cache: make MaxIdle configurable #3004
  7. Update: Fix migration generate SQL #3017
  8. Handle pointer validation #3046
  9. Fix the issue TaseCase TestFormatHeader_0 is failed #3066
  10. Fix BEEGO_RUNMODE #3064
  11. Swagger: Allow example values with different types, allow example for enum. #3085
  12. Fix the bug: unable to add column with ALTER TABLE #2999
  13. Set default Beego RunMode to production #3076
  14. Fix typo #3103
  15. In dev mode, template parse error cause program lock #3126
  16. Amend a very minor typo in a variable name #3115
  17. When log maxSize set big int,FileWrite Init fail #3109
  18. Change github.com/garyburd/redigo to newest branch github.com/gomodul… #3100
  19. ExecElem.FieldByName as local variable #3039
  20. Allow log prefix #3145
  21. Refactor yaml config for support multilevel #3127
  22. Create redis_cluster.go #3175
  23. Add field comment on create table #3190
  24. Update: use PathEscape replace QueryEscape #3200
  25. Update gofmt #3206
  26. Update: Htmlquote Htmlunquote #3202
  27. Add ‘FOR UPDATE’ support for querySet #3208
  28. Debug stringsToJSON #3171
  29. Fix defaut value bug, and add config for maxfiles #3185
  30. Fix: correct MaxIdleConnsPerHost value to net/http default 100. #3230
  31. Fix: When multiply comment routers on one func #3217
  32. Send ErrNoRows if the query returns zero rows … in method orm_query… #3247
  33. Fix typo #3245
  34. Add session redis IdleTimeout config #3239
  35. Fix the wrong status code in prod #3226
  36. Add method to set the data depending on the accepted #3182
  37. Fix Unexpected EOF bug in staticfile #3152
  38. Add code style for logs README #3146
  39. Fix response http code #3142
  40. Improve access log #3141
  41. Auto create log dir #3105
  42. Html escape before display path, avoid xss #3022
  43. Acquire lock when access config data #3250
  44. Fix orm fields SetRaw function error judge problem #2985
  45. Fix template rendering with automatic mapped parameters (see #2979) #2981
  46. Fix the model can not be registered correctly on Ubuntu 32bit #2997
  47. Feature/yaml #3181
  48. Feature/autocert #3249

beego 1.9.0

  1. Fix the new repo address for casbin #2654
  2. Fix cache/memory fatal error: concurrent map iteration and map write #2726
  3. AddAPPStartHook func modify #2724
  4. Fix panic: sync: negative WaitGroup counter #2717
  5. incorrect error rendering (wrong status) #2712
  6. validation: support int64 int32 int16 and int8 type #2728
  7. validation: support required option for some struct tag valids #2741
  8. Fix big form parse issue #2725
  9. File log add RotatePerm #2683
  10. Fix Oracle placehold #2749
  11. Supported gzip for req.Header has Content-Encoding: gzip #2754
  12. Add new Database Migrations #2744
  13. Beego auto generate sort ControllerComments #2766
  14. added statusCode and pattern to FilterMonitorFunc #2692
  15. fix the bugs in the “ParseBool” function in the file of config.go #2740

bee 1.9.0

  1. Added MySQL year data type #443
  2. support multiple http methods #445
  3. The DDL migration can now be generated by adding a -ddl and a proper “alter” or “create” as argument value. #455
  4. Fix: docs generator skips everything containing ‘vendor’ #454
  5. get these tables information in custom the option #441
  6. read ref(pk) #444
  7. Add command bee server to server static folder.

beego 1.6.0

New features:

  1. log supports rotating files like xx.2013-01-01.2.log #1265
  2. context.response supports Flush, Hijack, CloseNotify
  3. ORM supports Distinct #1276
  4. map_get template method #1305
  5. ORM supports tidb engine #1366
  6. httplib request supports []string #1308
  7. ORM querySeter added GroupBy method #1345
  8. Session’s MySQL engine supports custom table name #1348
  9. Performance of log’s file engine improved 30%; Supports set log file’s permission #1560
  10. Get session by query #1507
  11. Cache module supports multiple Cache objects.
  12. validation supports custom validation functions

bugfix:

  1. bind method in context caused crash when parameter is empty. #1245
  2. manytomany in ORM reverse error #671
  3. http: multiple response.WriteHeader calls #1329
  4. ParseForm uses local timezone while parsing date #1343
  5. Emails sent by log’s SMTP engine can’t be authorised
  6. Fixed some issues in router: /topic/:id/?:auth, /topic/:id/?:auth:int #1349
  7. Fixed the crash caused by nil while parsing comment documentation. #1367
  8. Can’t read index.html in static folder
  9. dbBase.Update doesn’t return err if failed #1384
  10. Required in validation only works for int but not for int64
  11. orm: Fix handling of rel(fk) to model with string pk #1379
  12. graceful error while both http and https enabled #1414
  13. If ListenTCP4 enabled and httpaddr is empty, it still listens TCP6
  14. migration doesn’t support postgres #1434
  15. Default values of ORM text, bool will cause error while creating tables.
  16. graceful panic: negative WaitGroup counter

Improvement:

  1. Moved example to samples
  2. Passed golint
  3. Rewrote router, improved performance by 3 times.
  4. Used sync.Pool for context to improve performance
  5. Improved template compiling speed. #1298
  6. Improved config
  7. Refactored whole codebase for readability and maintainability
  8. Moved all init code into AddAPPStartHook
  9. Removed middleware. Will only use plugins
  10. Refactored Error handling.

Beego 1.5.0

New Features:

  1. Graceful shutdown
  2. Added JsonBody method to httplib which supporting sending raw body as JSON format
  3. Added AcceptsHtml AcceptsXml AcceptsJson methods to context input
  4. Get config files from Runmode first
  5. httplib supports gzip
  6. log module stop using asynchronous mode by default
  7. validation supports recursion
  8. Added apk mime
  9. ORM supports eq an ne

Bugfixes:

  1. Wrong parameters for ledis driver.
  2. When user refresh the page after the captcha code expired from the cache, it returns 404. Generating new captcha code for reloading.
  3. Controller defines Error exception
  4. cookie doesn’t work in window IE
  5. GetIn returns nil error while getting non-exist variable
  6. More cellphone validation code
  7. Wrong router matching
  8. The panic returns http 200
  9. The database setting erros caused by redis session
  10. The issue that https and http don’t share session
  11. Memcache session driver returns error if it’s empty

Beego 1.4.3

New Features:

  1. ORM support default settting
  2. improve logs/file line count
  3. sesesion ledis support select db
  4. session redis support select db
  5. cache redis support select db
  6. UrlFor support all type of the parameters
  7. controller GetInt/GetString function support default value, like: GetInt("a",12)
  8. add CompareNot/NotNil template function
  9. support Controller defeine error,controller Error
  10. ParseForm support slices of ints and strings
  11. improve ORM interface

bugfix:

  1. context get wrong subdomain
  2. beego.AppConfig.Strings when the strings is empty, always return []string{}
  3. utils/pagination can’t modify the attributes
  4. when the request url is empty, route tree crashes
  5. can’t click the link to run the task in adminui
  6. FASTCGI restart didn’t delete the unix Socket file

BeeGo 1.4.2

Новые возможности:

  1. Added SQL Constructor inspired by ZEND ORM.
  2. Added GetInt(), GetInt8(), GetInt16(), GetInt32(), GetInt64() for Controller
  3. Improved the logging. Added FilterHandler for filter logging output.
  4. Static folder supports index.html. Automatically adding / for static folders.
  5. flash supports success and set methods.
  6. Config for ignoring case for routers: RouterCaseSensitive. Case sensitive by default.
  7. Configs load based on environment: beego.AppConfig.String("myvar") return 456 on dev mode and return 123 on the other modes.

    runmode = dev myvar = 123 [dev] myvar = 456

  8. Added include for ini config files:

    appname = btest include b.conf

  9. Added paginator utils.

  10. Added BEEGO_RUNMODE environment variable. You can change the application mode by changing this environment variable.
  11. Added Json function for fetching statistics in toolbox
  12. Attachements support for mail utils.
  13. Turn on fastcgi by standard IO
  14. Using SETEX command to support the old version redis in redis Session engine.
  15. RenderForm supports html id and class by using id and class tag.
  16. ini config files support BOM head
  17. Added new Session engine ledis
  18. Improved file uploading in httplib. Supporting extremely large files by using io.Pipe
  19. Binding to TCP4 address by default. It will bind to ipv6 in GO. Added config variable ListenTCP4
  20. off/on/yes/no/1/0 will parse to bool in form rendering. Support time format.
  21. Simplify the generating of SeesionID. Using golang buildin rand function other than hmac_sha1

Испраленны:

  1. XSRF verification failure while PUT and DELETE cased by lowercased _method
  2. No error message returned while initialize the cache by StartAndGC
  3. Can’t set User-Agent in httplib
  4. Improved DelStaticPath
  5. Only finding files in the first static folder when using multiple static folders
  6. Filter functions can’t execute after AfterExec and FinishRouter
  7. Fixed uninitialized mime
  8. Wrong file name and line number in the log
  9. Can’t send the request while only uploading one file in httplib
  10. Improved the Abort output message. It couldn’t out undefined error message before.
  11. Fixed the issue that can’t add inner Filter while no out Filter set in the nested namespaces
  12. Router mapping error while router has multiple level parameters. #824
  13. The information lossing while having many namespaces for the commented router. #770
  14. urlfor function calling useless {{placeholder}} #759

BeeGo 1.4.1

Новые возможности:

  1. context.Input.Url get path info without domain scheme.
  2. Added plugin apiauth to simulate the AWS encrypted requests.
  3. Simplified the debug output for router info.
  4. Supportting pointer type in ORM.
  5. Added BasicAuth, cache for multiple requests

Испраленны:

  1. Router . can’t be parsed

BeeGo 1.3.0

Hi guys! After the hard working for one month, we are so excited to release Beego 1.3.0. We brought many useful features. Upgrade notes

The brand new router system

We rewrote the router system to tree router. It improved the performance significantly and supported more formats.

For the routers below:

  1. /user/astaxie
  2. /user/:username

If the request is /user/astaxie, it will match fixed router which is the first one; If the request is /user/slene, it will match the second one. The register order doesn’t matter.

namespace is more elegant

namespace is designed for modular applications. It was using chain style similar to jQuery in previous version but gofmt can’t format it very well. Now we are using multi parameters style: (The chain style still works)

  1. ns :=
  2. beego.NewNamespace("/v1",
  3. beego.NSNamespace("/shop",
  4. beego.NSGet("/:id", func(ctx *context.Context) {
  5. ctx.Output.Body([]byte("shopinfo"))
  6. }),
  7. ),
  8. beego.NSNamespace("/order",
  9. beego.NSGet("/:id", func(ctx *context.Context) {
  10. ctx.Output.Body([]byte("orderinfo"))
  11. }),
  12. ),
  13. beego.NSNamespace("/crm",
  14. beego.NSGet("/:id", func(ctx *context.Context) {
  15. ctx.Output.Body([]byte("crminfo"))
  16. }),
  17. ),
  18. )

For more information please check namespace

Annotation Router

  1. // CMS API
  2. type CMSController struct {
  3. beego.Controller
  4. }
  5. func (c *CMSController) URLMapping() {
  6. c.Mapping("StaticBlock", c.StaticBlock)
  7. c.Mapping("AllBlock", c.AllBlock)
  8. }
  9. // @router /staticblock/:key [get]
  10. func (this *CMSController) StaticBlock() {
  11. }
  12. // @router /all/:key [get]
  13. func (this *CMSController) AllBlock() {
  14. }

Annotation Router

Automated API Document

Automated document is a very cool feature that I wish to have. Now it became real in BeeGo. As I said BeeGo will not only boost the development of API but also make the API easy to use for the user.

The API document can be generated by annotations automatically and can be tested online.

beego 1.12.2 - 图1

beego 1.12.2 - 图2

For more information please check Automated Document

config supports different Runmode

You can set configurations for different Runmode under their own sections. BeeGo will take the configurations of current Runmode by default. For example:

  1. appname = beepkg
  2. httpaddr = "127.0.0.1"
  3. httpport = 9090
  4. runmode ="dev"
  5. autorender = false
  6. autorecover = false
  7. viewspath = "myview"
  8. [dev]
  9. httpport = 8080
  10. [prod]
  11. httpport = 8088
  12. [test]
  13. httpport = 8888

The configurations above set up httpport for dev, prod and test environment. BeeGo will take httpport = 8080 for current runmode “dev”.

Support Two Way Authentication for SSL

  1. config := tls.Config{
  2. ClientAuth: tls.RequireAndVerifyClientCert,
  3. Certificates: []tls.Certificate{cert},
  4. ClientCAs: pool,
  5. }
  6. config.Rand = rand.Reader
  7. beego.BeeApp.Server.TLSConfig = &config

beego.Run supports parameter

beego.Run() Run on HttpPort by default

beego.Run(“:8089”)

beego.Run(“127.0.0.1:8089”)

Increased XSRFKEY token from 15 characters to 32 characters.

Removed hot reload

Template function supports Config. Get Config value from Template easily.

  1. {{config returnType key defaultValue}}
  2. {{config "int" "httpport" 8080}}

httplib supports cookiejar. Thanks for curvesft

orm suports time format. If empty return nil other than 0000.00.00 Thanks for JessonChan

config module supports parsing a json array. Thanks for chrisport

bug fix

  • Fixed static folder infinite loop
  • Fixed typo

BeeGo 1.2.0

Hi guys! After the hard working for one month, we released the new awesome version 1.2.0. BeeGo is the fastest Go framework in the latest Web Framework Benchmarks already though our goal is to make BeeGo the best and easiest framework to use. In this new release, we improved even more in both usability and performance which is closer to native Go.

Новые возможности:

1. namespace Support

  1. beego.NewNamespace("/v1").
  2. Filter("before", auth).
  3. Get("/notallowed", func(ctx *context.Context) {
  4. ctx.Output.Body([]byte("notAllowed"))
  5. }).
  6. Router("/version", &AdminController{}, "get:ShowAPIVersion").
  7. Router("/changepassword", &UserController{}).
  8. Namespace(
  9. beego.NewNamespace("/shop").
  10. Filter("before", sentry).
  11. Get("/:id", func(ctx *context.Context) {
  12. ctx.Output.Body([]byte("notAllowed"))
  13. }))

The code above supports the URL requests below:

  • GET /v1/notallowed
  • GET /v1/version
  • GET /v1/changepassword
  • POST /v1/changepassword
  • GET /v1/shop/123

namespace also supports pre-filters, conditions checking and unlimited nested namespace

2. Supporting more flexible router modes

Custom functions from RESTful router

  • beego.Get(router, beego.FilterFunc)
  • beego.Post(router, beego.FilterFunc)
  • beego.Put(router, beego.FilterFunc)
  • beego.Head(router, beego.FilterFunc)
  • beego.Options(router, beego.FilterFunc)
  • beego.Delete(router, beego.FilterFunc)
  1. beego.Get("/user", func(ctx *context.Context) {
  2. ctx.Output.Body([]byte("Get userlist"))
  3. })

More flexible Handler

  • beego.Handler(router, http.Handler)

Integrating other services easily

  1. import (
  2. "http"
  3. "github.com/gorilla/rpc"
  4. "github.com/gorilla/rpc/json"
  5. )
  6. func init() {
  7. s := rpc.NewServer()
  8. s.RegisterCodec(json.NewCodec(), "application/json")
  9. s.RegisterService(new(HelloService), "")
  10. beego.Handler("/rpc", s)
  11. }

3. Binding request parameters to object directly

For example: this request parameters

  1. ?id=123&isok=true&ft=1.2&ol[0]=1&ol[1]=2&ul[]=str&ul[]=array&user.Name=astaxie
  1. var id int
  2. ctx.Input.Bind(&id, "id") //id ==123
  3. var isok bool
  4. ctx.Input.Bind(&isok, "isok") //isok ==true
  5. var ft float64
  6. ctx.Input.Bind(&ft, "ft") //ft ==1.2
  7. ol := make([]int, 0, 2)
  8. ctx.Input.Bind(&ol, "ol") //ol ==[1 2]
  9. ul := make([]string, 0, 2)
  10. ctx.Input.Bind(&ul, "ul") //ul ==[str array]
  11. user struct{Name}
  12. ctx.Input.Bind(&user, "user") //user =={Name:"astaxie"}

4. Optimized the form parsing flow and improved the performance

5. Added more testcases

7. supporting saving struct into session

8.httplib supports file upload interface

  1. b:=httplib.Post("http://beego.vip/")
  2. b.Param("username","astaxie")
  3. b.Param("password","123456")
  4. b.PostFile("uploadfile1", "httplib.pdf")
  5. b.PostFile("uploadfile2", "httplib.txt")
  6. str, err := b.String()
  7. if err != nil {
  8. t.Fatal(err)
  9. }

httplib also supports custom protocol version

9. ORM supports all the unexport fields of struct

10. Enable XSRF in controller level. XSRF can only be controlled in the whole project level. However, you may want to have more control for XSRF, so we let you control it in Prepare function in controller level. Default is true which means using the global setting.

  1. func (a *AdminController) Prepare(){
  2. a.EnableXSRF = false
  3. }

11. controller supports ServeFormatted function which supports calling ServeJson or ServeXML based on the request’s Accept

12. session supports memcache engine

13. The Download function of Context supports custom download file name

Bug Fixes

  1. Fixed the bug that session’s Cookie engine can’t set expiring time
  2. Fixed the bug of saving and parsing flash data
  3. Fixed all the problems of go vet
  4. Fixed the bug of ParseFormOrMulitForm
  5. Fixed the bug that only POST can parse raw body. Now all the requests except GET and HEAD support raw body.
  6. Fixed the bug that config module can’t parse xml and yaml

BeeGo 1.1.4

Release an emergency version for BeeGo has a serious security problem, please update to the latest version. By the way released all changes together

  1. fixed a security problem. I will show the detail in beego/security.md later.

  2. statifile move to new file.

  3. move dependence of the third libs,if you use this module in your application: session/cache/config, please import the submodule of the third libs:

    1. import (
    2. "github.com/astaxie/beego"
    3. _ "github.com/astaxie/beego/session/mysql"
    4. )
  4. modify some functions to private.

  5. improve the FormParse.

released data: 2014-04-08

BeeGo 1.1.3

this is a hot fixed:

  1. console engine for logs.It will not run if there’s no config.

  2. BeeGo 1.1.2 support go run main.go, but if main.go bot abute the BeeGo’s project rule,use own AppConfigPath or not exist app.conf will panic.

  3. BeeGo 1.1.2 supports go test parse config,but actually when call TestBeegoInit still can’t parseconfig

Дата выхода: 2014-04-04

BeeGo 1.1.2

The improvements:

  1. Added ExceptMethodAppend fuction which supports filter out some functions while run autorouter
  2. Supporting user-defined FlashName, FlashSeperator
  3. ORM supports user-defined types such as type MyInt int
  4. Fixed validation module return user-defined validating messages
  5. Improved logs module, added Init processing errors. Changed some unnecessory public function to private
  6. Added PostgreSQL engine for session module
  7. logs module supports output caller filename and line number. Added EnableFuncCallDepth function, closed by default.
  8. Fixed bugs of Cookie engine in session module
  9. Improved the error message for templates parsing error
  10. Allowing modifing Context by Filter to skip BeeGo’s routering rules and using uder-defined routering rules. Added parameters RunController and RunMethod
  11. Supporting to run BeeGo APP by using go run main.go
  12. Supporting to run test cases by using go test. Added TestBeeGoInit function.

Дата выхода: 2014-04-03

BeeGo 1.1.1

Добавлены некоторые новые возможности и исправлены некоторые проблемы в этом выпуске.

  1. File engine can’t delete file in session module which will raise reading failure.
  2. File cache can’t read struct. Improved god automating register
  3. New couchbase engine for session module
  4. httplib supports transport and proxy
  5. Improved the Cookie function in context which support httponly by default as well as some other default parameters.
  6. Improved validation module to support different cellphone No.
  7. Made getstrings function to as same as getstring which doesn’t need parseform
  8. Redis engine in session module will return error while connection failure
  9. Fixed the bug of unable to add GroupRouters
  10. Fixed the bugs for multiple static files, routes matching bug and display the static folder automatically
  11. Added GetDB to get connected *sql.DB in ORM
  12. Added ResetModelCache for ORM to reset the struct which has already registered the cache in order to write tests easily
  13. Supporting between in ORM
  14. Supporting sql.Null* type in ORM
  15. Modified auto_now_add which will skip time setting if there is default value.

Дата выхода: 2014-03-12

BeeGo 1.1.0

Добавлены некоторые новые возможности и исправлены некоторые проблемы в этом выпуске.

Новые возможности:

  1. Supporting AddAPPStartHook function
  2. Supporting plugin mode; Supporting AddGroupRouter for configuring plugin routes.
  3. Response supporting HiJacker interface
  4. AddFilter supports batch matching
  5. Refactored session module, supporting Cookie engine
  6. Performance benchmark for ORM
  7. Added strings interface for config which allows configuration
  8. Supporting template render control in controller level
  9. Added basicauth plugin which can implement authentication easily
  10. 436 insert multiple objects

  11. 384 query map to struct

Исправления:

  1. Исправлен баг в FileCache
  2. Fixed the import lib of websocket
  3. Изменен http статус c 200 на 500 где произошла внутренняя ошибка.
  4. gmfim map в memzipfile.go файл должен использовать некоторый механизм синхронизации (например sync.RWMutex) в противном случае выдавать ошибку.
  5. Исправлен #440 on_delete bug that not getting deleted automatically
  6. Исправлен #441 баг с часовым поясом

Дата выхода: 2014-02-10

BeeGo 1.0 release

После четырех месяцев рефакторинга, мы выпустили первую стабильную версию BeeGo. Мы много отрефакторили и улучшили в деталях. Список основных улучшений:

  1. Модульный дизайн. Сейчас BeeGo легковесный фреймворк включающий 8 назависимых модулейcache, config, logs, sessions, httplibs, toolbox, orm и context. В будущем может быть больше. Вы можете использовать все эти автономные модули в ваших других приложениях напрямую независимо от того, что это веб-приложения или любые другие приложения, такие как веб-игры или игры для мобильных телефонов.

  2. Модуль Supervisor. В реальном мире, после развертывания приложения, мы должны иметь много видов статистики и аналитики для приложений, таких как QPS, GC аналитика, мониторинг памяти и процессора и так далее. Когда проблемы случаются в реальном времени мы также хотим отлаживать и профилировать наше приложение в реальном времени. Все эти функций, включаются в BeeGo. Вы можете включить модуль supervisor в BeeGo и посетить его с портом по умолчанию 8088.

  3. Подробная документация. Мы переписали все документация. Мы улучшили документация на основании многих советы от пользователей. Чтобы сделать общение проще на разных языках, комментарии документа на каждом языке разделяются.

  4. Демо. Мы предоставили три примера, чат, URL Shortener и todo список. Вы можете понять и использовать BeeGo проще и быстрее, изучая демо.

  5. Переработанный BeeGo сайт. Хорошие люди из BeeGo сообщества помогли BeeGo в дизайне логотипа и веб-дизайна.

  6. Все больше и больше пользователей. Мы перечислили наши типичные пользователи в нашей домашней странице. Они все крупные компании, и они используют BeeGo для своих продуктов уже. BeeGo уже проходят проверку на этих живых приложениях.

  7. Рост активного сообщества. Есть более чем 390 issue, на GitHub, более 36 contributors и более 700 commits. Группа Google также растет.

  8. Все больше и больше приложений в BeeGo. Есть некоторые приложения с открытым исходным кодом, а также. Система CMS:: Например, https://github.com/insionng/toropress и админка: https://github.com/BeeGo/admin

  9. Мощные инструменты помощи. bee используется для оказания помощи в разработке приложений BeeGo. Он может легко создать, собрать, упаковать приложение BeeGo.

Дата выхода: 2013-12-19