Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Alloy update blog post #32

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions posts/2024/alloy_2_1_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 'Alloy 2.1.0 released'
date: '2024-01-15'
category: 'Release'
author: 'Michael Gangolf'
teaser: 'Alloy dependency refresh'
---

It's been a while since the last Alloy update so it was time to update some dependencies and included modules. This version of Alloy will ship with:
* underscore 1.13.6
* moment.js 2.29.4

and many updated npm dependencies.

The default template has also been updated with some smaller tweaks to the generated code and we've fixed some parser issues.

The full list of changes is available at [GitHub](https://github.com/tidev/alloy/compare/2.0.2...2.1.0)

## Install

To get the latest Alloy version you run:
```bash
[sudo] npm i -g alloy
```

## How to participate

Make sure to read https://github.com/tidev/titanium_mobile#contributing first to find out what is needed to contribute to Titanium. Check the issues for some inspiration or browse the docs https://titaniumsdk.com/ and look for mistakes/errors/places that can be improved.

Fork the repos, create a branch, make some changes and create a PR.

## Questions

If you have any questions feel join [TiSlack](https://tidev.slack.com/)! Code strong and enjoy Hacktoberfest!