From 9acb82b8f80e1f496b8761979cc27d99951a2525 Mon Sep 17 00:00:00 2001 From: Daniele Teti Date: Tue, 8 Jan 2019 15:31:41 +0100 Subject: [PATCH] Updated the README.md --- README.md | 16 ++++++++++------ releases/3_1_0_lithium/3_1_0_breaking_changes.md | 4 ---- 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 releases/3_1_0_lithium/3_1_0_breaking_changes.md diff --git a/README.md b/README.md index 0fa624acd..a5546f440 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ![DelphiMVCFramework Logo](docs/dmvcframework_logofacebook.png) -# DelphiMVCFramework 3.0.0-hydrogen is [here](https://github.com/danieleteti/delphimvcframework/releases/tag/v3.0.0-hydrogen)! +# DelphiMVCFramework 3.1.0-lithium is [here](https://github.com/danieleteti/delphimvcframework/releases/tag/v3.1.0-lithium)! + +DelphiMVCFramework is the most popular Delphi project on github! + +Daniele is working on the [DelphiMVCFramework Handbook](https://leanpub.com/delphimvcframework)! Stay tuned! + ## DelphiMVCFramework Main Features @@ -8,10 +13,10 @@ * [Project Roadmap](roadmap.md) is always public * More than 40 samples to learn all the features and be proficient and productive * RESTful (RMM Level 3) compliant - * JSON-RPC 2.0 Support + * JSON-RPC 2.0 Support with automatic objects remotization * Stable and solid, used by small/mid/big projects since 2010 - * Fast, fast, fast! - * Support group at https://www.facebook.com/groups/delphimvcframework with more than 1400 active members + * Very fast! (3.x is 60% faster than the 2.x) + * Support group at https://www.facebook.com/groups/delphimvcframework with more than 2100 active members * Can be used in load balanced environment * Wizard for the Delphi IDE. It makes DelphiMVCFramework even more simple to use! * Optional session support @@ -40,7 +45,6 @@ * Driven by its huge community (Facebook group https://www.facebook.com/groups/delphimvcframework) * Semantic Versioning * Simple and [documented](docs/ITDevCON%202013%20-%20Introduction%20to%20DelphiMVCFramework.pdf) - * Check the [DMVCFramework Developer Guide](https://danieleteti.gitbooks.io/delphimvcframework/content/) (work in progress) ## What users says about DMVCFramework @@ -57,7 +61,7 @@ ## What's New -### DelphiMVCFramework 3.1.0 lithium (currently in beta) +### DelphiMVCFramework 3.1.0 lithium - New! Added `TMVCActiveRecord` framework (check sample `activerecord_showcase` and `activerecord_crud`) - New! Added `TMVCActiveRecordController` (check sample `activerecord_crud`) - Automatic permissions handling for `TMVCActiveRecordController` (check sample `activerecord_crud`) diff --git a/releases/3_1_0_lithium/3_1_0_breaking_changes.md b/releases/3_1_0_lithium/3_1_0_breaking_changes.md deleted file mode 100644 index 45cfa31c5..000000000 --- a/releases/3_1_0_lithium/3_1_0_breaking_changes.md +++ /dev/null @@ -1,4 +0,0 @@ -# 3.1.0 (lithium) breaking changes - -- JSON-RPC Client Classes has been changed. Now they are interfaces based. -- JSON-RPC Server: Only public instance methods can be invoked. \ No newline at end of file