Releases: MADE-Apps/MADE.NET
Release 1.1.0
Packages available on NuGet
Changes:
Improved documentation 📃
Included in this release is the official release of the new MADE.NET documentation. This new method of creating documentation using DocFX will make it easier to expand on topic areas quickly and easily through GitHub.
New packages ⭐
Taken from a few GitHub projects we've previously maintained and are currently working on, we've created 3 new library packages for you to consume in your applications.
The new packages available are:
You can find out more about the details of these new packages in our documentation.
Collection package changes ⭐
Included in this release are the following new extension methods from the Collections package:
- TakeFrom, allowing you to take a number of elements from a collection from a specified starting index.
- ForEach, a simple extension that performs an action over each element of a collection.
- Chunk, to allow you to break up a collection into sized chunks to allow ease of processing.
Data.Converters package changes ⭐
Included in this release is a new Windows-specific value converter, BooleanToStringValueConverter
, that allows you to convert a boolean value to a string and back. By default, the true and false values are 'Yes' and 'No' respectively, and these can be customized.
Data.Validation package changes ⭐
Included in this release are the following new extensions methods for DateTime values:
- IsInRange, to determine whether a date falls between a from and to date.
- IsWeekday, to determine whether a date is Monday through Friday.
- IsWeekend, to determine whether a date is Saturday or Sunday.
Threading package changes ⭐
A minor change has been made to the Timer
implementation to include the disposable pattern.
Updated dependencies ⭐
To ensure we keep up-to-date with all the latest changes in our dependencies, this release includes a rev of the following NuGet packages:
- Uno.UI (3.6.6 -> 3.7.3)
- Affects UI, UI.Controls.FilePicker, and UI.Controls.Validator
Release 1.0.0
Packages available on NuGet
Changes:
New Packages ⭐
The original MADE.App packages will no longer be maintained on NuGet and we are aiming to bring as much feature parity where possible.
The biggest notes to take are that changes are being made to align with any .NET app development and not just native UI applications for Windows and Xamarin. To continue with native application development, MADE will support the Uno Platform to ensure that we can bring as many native UI features to as many platforms as possible with little to no effort. This change hasn't been taken lightly but our strengths are in Windows application development, and building controls and features for Android and iOS were taking longer than expected.
If there are features you were previously using in MADE.App packages, please file issues if you believe they are missing.
The new packages available are:
- Collections
- Data.Converters
- Data.Validation
- Diagnostics
- Media.Image
- Networking
- Runtime
- Testing
- Threading
- UI
- UI.Controls.DropDownList
- UI.Controls.FilePicker
- UI.Controls.Validator
- Web
- Web.Mvc
New Docs ⭐
We also have a new docs site for MADE.NET which you can find here, https://made-apps.github.io/MADE.NET
As we added new features and make improvements, you will also see these come through to our documentation.
If you feel there is documentation missing, please raise issues and please feel free to contribute improvements 🙌
NuGet release v0.1.18345
Version v0.1.18345.1 - Released: 2018-12-11
Added
- Added SourceLink to the project
Changed
- Updated NuGet package references to the latest version