brooksoft.appsjs
1.1.2
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.1.2
NuGet\Install-Package brooksoft.appsjs -Version 1.1.2
<PackageReference Include="brooksoft.appsjs" Version="1.1.2" />
paket add brooksoft.appsjs --version 1.1.2
#r "nuget: brooksoft.appsjs, 1.1.2"
// Install brooksoft.appsjs as a Cake Addin #addin nuget:?package=brooksoft.appsjs&version=1.1.2 // Install brooksoft.appsjs as a Cake Tool #tool nuget:?package=brooksoft.appsjs&version=1.1.2
Web development quick starts for templating and modularization. $1/user/month contribution and/or support: https://checkout.rebilly.com/checkout/appsjs-per-user
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 898 | 6/29/2022 |
3.0.3 | 806 | 6/29/2022 |
3.0.2 | 696 | 6/28/2022 |
3.0.1 | 417 | 6/28/2022 |
3.0.0 | 469 | 2/23/2022 |
2.0.2 | 661 | 12/27/2019 |
2.0.1 | 580 | 12/18/2019 |
2.0.0 | 555 | 12/2/2019 |
1.1.2 | 853 | 12/8/2018 |
1.1.1 | 808 | 11/27/2018 |
1.1.0 | 772 | 11/27/2018 |
1.0.30 | 1,312 | 4/13/2018 |
1.0.29 | 1,137 | 2/23/2018 |
1.0.28 | 997 | 2/8/2018 |
1.0.27 | 1,089 | 2/5/2018 |
1.0.26 | 1,059 | 2/2/2018 |
1.0.25 | 1,109 | 1/15/2018 |
1.0.24 | 1,096 | 1/12/2018 |
1.0.23 | 1,109 | 1/6/2018 |
1.0.22 | 1,088 | 12/27/2017 |
1.0.21 | 1,004 | 12/18/2017 |
1.0.20 | 1,073 | 12/8/2017 |
1.0.18 | 986 | 11/13/2017 |
1.0.17 | 992 | 10/26/2017 |
1.0.16 | 993 | 10/26/2017 |
1.0.15 | 1,014 | 10/10/2017 |
1.0.14 | 1,004 | 9/27/2017 |
1.0.13 | 1,102 | 9/20/2017 |
1.0.12 | 1,026 | 9/19/2017 |
1.0.11 | 1,020 | 9/11/2017 |
1.0.10 | 963 | 8/31/2017 |
1.0.9 | 1,021 | 8/15/2017 |
1.0.8 | 999 | 8/11/2017 |
1.0.7 | 956 | 8/9/2017 |
1.0.6 | 983 | 8/8/2017 |
1.0.5 | 943 | 8/7/2017 |
1.0.4 | 960 | 8/7/2017 |
1.0.3 | 970 | 8/3/2017 |
1.0.2 | 1,072 | 8/3/2017 |
v1.1.2 Support offering added to description. Watch out for AppsJSCore and AppsJSCloud (functional testing, project docs and more).
v1.1.1 Breaking changes, see "Scripts/Apps/AppsExamples.html"
v30 deployments/modes to simplify initialization and deployment
v29 added params to pre-init to disable auto-init. Support for bootstrap 4, improved notify use.
v28 synced with new github repo, controller bug
v27 switched to default bootstrap notify, fixed dialog on error, starting on wysiwyg ide
v26 perfecting 7 step start: new app/webapi, nuget this, add page, add ref, compile, browse, add component
v25 publish tweaks, switch default to https
v24 add ref, browse, type in Component name and click button wala
v23 pre-init, simplification of index.html, auto-create components from debug screen
v22 more normalization of initialize to help switching from dev to published diff web roots
v21 Bugs, slight breaking change: moved webroot etc as params in initialize
No dependencies by default, add dependencies using Required, instantiate single Remote Components, Initialize without need to register
Breaking change: component registration requires list of dependencies, loading improvements, still cannot auto start blockui
Shared/remote components are a reality
Packaging using visual studio template
Manifest bug
Removed controls name from namespace, other bugs
Color coded trace info on debug screen
Autoload templates, auto naming of child controls templates and template startup content. Debug listing of pages, controls and methods.
Visual Data in debug mode
Pages and Controls. Creates file structure per your settings automatically.
No-code server component usage.
Server Components.
Components. Added "Tile" component to demonstrate.
Built-in "Refresh" method on all "data" objects with callback
Support for jquery-te ("textarea" edittype)
Refined creation of data modules.
Define api name and path, automatically contructs data objects (e.g. Apps.Data.MyData).
Added initialization of data modules.