2.9.11 • Published 4 years ago

irelia-database v2.9.11

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

irelia-database

Models and migrations for the database.

Dependencies

You need a local running database with access to the current user.

Documentation

To find out more, check the documentation: http://docs.sequelizejs.com/manual/installation/getting-started.html

Setup

git clone https://KevChips@bitbucket.org/profitfy/irelia-database.git
cd irelia-database
yarn install

Service

Plan - Functions


- savePlan

Parameters
  • planData: Plan Data.
Return

An object with Plan data.

- listPlans

Parameters
  • This method has not parameter
Return

A list of Plan data.

- listPlanById

Parameters
  • planId: Plan Id.
Return

An object with Plan data filtered by id.

- listPlanByName

Parameters
  • planName: Plan Name.
Return

An object with Plan data filtered by name.

- updatePlanById

Parameters
  • planId: Plan Id.
  • planData: Plan Data.
Return

An object with Plan data updated.

DashboardUser - Functions


- saveDashboardUser

Parameters
  • dashboardUserData: Dashboard User Data.
Return

An object with Dashboard User data.

- listDashboardUsers

Parameters
  • This method has not parameter
Return

A list of Dashboard User data.

- listDashboardUsersByEmail

Parameters
  • dashboardUserEmails: Array With Dashboard User Email.
Return

A list of Dashboard User data filtered by email.

- listDashboardUserByEmail

Parameters
  • dashboardUserEmail: Dashboard User email.
Return

An object with Dashboard User data filtered by email.

- listDashboardUserToLogin

Parameters
  • dashboardUserEmail: Dashboard User email.
Return

An object with Dashboard User data with password.

- listDashboardUserById

Parameters
  • dashboardUserId: Dashboard User id.
Return

An object with Dashboard User data filtered by id.

- listDashboardUserByResetToken

Parameters
  • passwordResetToken: Dashboard User Password Reset Token.
Return

An object with Dashboard User data filtered by id.

- listDashboardUsersActive

Parameters
  • This method has not parameter
Return

A list of objects with all Dashboard User data filtered by active true.

- listDashboardUsersInactive

Parameters
  • This method has not parameter
Return

A list of Dashboard User data filtered by active false.

- updateDashboardUserById

Parameters
  • dashboardUserId: Dashboard User id.
  • dashboardUserData: Dashboard User data to update.
Return

An object with Dashboard User data updated.

- deleteDashboardUserById

Parameters
  • dashboardUserId: Dashboard User id.
Return

An object wih Dashboard User data deleted.

- updateDashboardUserPlan

Parameters
  • dashboardUserId: Dashboard User id.
  • planId: Plan id.
Return

An object with Dashboard User data updated.

Notification - Functions


- saveNotification

Parameters
  • notificationData: Notification Data.
Return

An object with Notification data.

- listNotificationById

Parameters
  • notificationId: Notification Id.
Return

An object with Notification data filtered by id.

- listNotificationByDashboardUserId

Parameters
  • dashboardUserId: Dashboard User Id.
Return

An object with Notification data filtered by dashboard user id.

- updateNotificationById

Parameters
  • notificationId: Notification Id.
  • notificationData: Notification Data.
Return

An object with Notification data updated.

Subscription - Functions


- saveSubscription

Parameters
  • subscriptionData: Subscription Data.
Return

An object with Subscription data.

- listSubscriptionById

Parameters
  • subscriptionId: Subscription Id.
Return

An object with Subscription data filtered by id.

- listSubscriptionByDashboardUserId

Parameters
  • dashboardUserId: Dashboard User Id.
Return

An object with Subscription data filtered by dashboard user id.

- updateSubscriptionById

Parameters
  • subscriptionId: Subscription Id.
  • subscriptionData: Subscription Data.
Return

An object with Subscription data updated.

Mercado Pago Credential - Functions


- saveMercadoPagoCredential

Parameters
  • mercadoPagoCredentialData: Mercado Pago Credential Data.
Return

An object with Mercado Pago Credential data.

- saveMercadoPagoCredentialWithStore

Parameters
  • mercadoPagoCredentialData: Object With Mercado Pago Credential Data.
  • shopifyStoreSlug: Object With Shopify Store Slug.
Return

An object with Mercado Pago Credential data.

- listMercadoPagoCredentials

Parameters
  • This method has not parameter
Return

A list of objects with Mercado Pago Credential data.

- listMercadoPagoCredentialById

Parameters
  • mercadoPagoCredentialId: Mercado Pago Credential Id.
Return

An object with Mercado Pago Credential data filtered by id.

- listMercadoPagoCredentialByShopifyStoreSlug

Parameters
  • shopifyStoreSlug: Shopify Store Slug.
Return

An object with Mercado Pago Credential data filtered by shopify store slug.

- updateMercadoPagoCredentialById

Parameters
  • mercadoPagoCredentialId: Mercado Pago Credential Id.
  • mercadoPagoCredentialData: Mercado Pago Credential Data.
Return

An object with Mercado Pago Credential data updated.

Shopify Store - Functions


- saveShopifyStore

Parameters
  • shopifyStoreData: Shopify Store Data.
Return

An object with Shopify Store data.

- saveShopifyStoreProductsVariantsAndOrders

Parameters
  • shopifyProductsData: Shopify Store Products Data.
  • shopifyVariantsData: Shopify Store Variants Data.
Return

This function does not has a return.

- listShopifyStores

Parameters
  • This method has not parameter
Return

A list of Shopify Store data.

- listShopifyStoreByDomain

Parameters
  • shopifyStoreDomain: Shopify Store Domain.
Return

An object with Shopify Store data filtered by domain.

- listShopifyStoreById

Parameters
  • shopifyStoreId: Shopify Store Id.
Return

An object with Shopify Store data filtered by id.

- getStoreAndProfitByDates

Parameters
  • shopifyStoreSlug: Object With Shopify Store Slug.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Shopify Store data with calculated profit by range of start date to end date.

- listShopifyStoresCreatedByDate

Parameters
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
Return

A list of Shopify Store data filtered by created at by range of start date to end date.

- listActiveShopifyStores

Parameters
  • offset: Object With Page Number.
  • limit: Object With Elements Quantity Per Page.
Return

A list of actives Shopify Store data.

- listInactiveShopifyStores

Parameters
  • offset: Object With Page Number.
  • limit: Object With Elements Quantity Per Page.
Return

A list of inactives Shopify Store data.

- listShopifyStoreBySlug

Parameters
  • shopifyStoreSlug: Shopify Store Slug.
Return

An object with Shopify Store data filtered by slug.

- listShopifyStoreWithMercadoPagoCredentialBySlug

Parameters
  • shopifyStoreSlug: Shopify Store Slug.
Return

An object with Shopify Store data filtered by slug.

- listShopifyStoresByUserId

Parameters
  • dashboardUserId: Dashboard User Id.
Return

A list of Shopify Store data filtered by dashboard user id.

- updateShopifyStoreById

Parameters
  • shopifyStoreId: Shopify Store Id.
  • shopifyStoreData: Shopify Store Data.
Return

An object with Shopify Store data updated.

Shopify Product - Functions


- saveShopifyProduct

Parameters
  • shopifyProductData: Shopify Product Data.
Return

An object with Shopify Store Data.

- saveShopifyProducts

Parameters
  • shopifyProductsData: An array with Shopify Product Data.
Return

A list of Shopify Product data what was inserted.

- listShopifyProductsWithStore

Parameters
  • shopifyStoreIds: Object With An Array Of Shopify Store Ids.
Return

A list of Shopify Product data filtered by Shopify Store ids.

- getStoreAndProfitByDates

Parameters
  • shopifyProductSlug: Object With Shopify Product Slug.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Shopify Product data with calculated profit by range of start date to end date.

- listShopifyProducts

Parameters
  • This method has not parameter
Return

A list of Shopify Product data.

- listShopifyProductById

Parameters
  • shopifyProductId: Shopify Product Id.
Return

An object with Shopify Product data filtered by id.

- listShopifyProductBySlug

Parameters
  • shopifyProductSlug: Shopify Product Slug.
Return

A list of Shopify Product data filtered by slug.

- listShopifyProductsByStoreId

Parameters
  • shopifyStoreId: Object With Shopify Product Id.
  • offset: Object With Page Number.
  • limit: Object With Elements Quantity Per Page.
Return

A list of Shopify Product data filtered by store id.

- updateShopifyProductById

Parameters
  • shopifyProductId: Shopify Product Id.
  • shopifyProductData: Shopify Product Data.
Return

An object with Shopify Product data updated.

- updateShopifyProductBySlug

Parameters
  • shopifyProductSlug: Shopify Product Slug.
  • shopifyProductData: Shopify Product Data.
Return

An object with Shopify Product data updated.

Shopify Variant - Functions


- saveShopifyVariant

Parameters
  • shopifyVariantData: Shopify Variant Data.
Return

An object with Store data.

- saveShopifyVariants

Parameters
  • shopifyVariantsData: An Array With Shopify Variant Data.
Return

Do not have return.

- listShopifyVariantsByProductId

Parameters
  • shopifyProductId: Shopify Product Id.
Return

A list of Shopify Variant data filtered by product id.

- listShopifyVariantById

Parameters
  • shopifyVariantId: Shopify Variant Id.
Return

A list of objects with Shopify Variant data filtered by id.

- updateShopifyVariantById

Parameters
  • shopifyVariantId: Shopify Variant Id.
  • shopifyVariantData: Shopify Variant Data.
Return

An object with Shopify Variant data updated.

Shopify Store Profit - Functions


- saveShopifyStoreProfit

Parameters
  • shopifyStoreProfitData: Shopify Store Profit Data.
Return

An object with Shopify Store Profit data.

- saveShopifyStoreProfits

Parameters
  • shopifyStoreProfitsData: An Array With Shopify Store Profit Data.
Return

A list of Shopify Store Profit data that was inserted.

- listShopifyStoreProfitByStoreId

Parameters
  • shopifyStoreId: Shopify Store Id.
Return

An object with Shopify Store Profit data filtered by store id.

- getDataToShowChart

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

An list with formatted data to show profit chart.

- listTodayShopifyStoreProfitByStoreId

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with today Shopify Store Profit.

- updateShopifyStoreProfitById

Parameters
  • shopifyStoreProfitId: Shopify Store Profit Id.
  • shopifyStoreProfitData: Shopify Store Profit Data.
Return

An object with Shopify Store Profit data updated.

Shopify Product Profit - Functions


- saveShopifyProductProfit

Parameters
  • shopifyProductProfitData: Shopify Product Profit Data.
Return

An object with Shopify Product Profit data.

- saveShopifyProductProfits

Parameters
  • shopifyProductProfitsData: An Array With Shopify Product Profit Data.
Return

A list of Shopify Product Profit data that was inserted.

- listShopifyProductProfitsByProductId

Parameters
  • shopifyProductId: Shopify Product Id.
Return

A list of Shopify Product Profit data filtered by product id.

- listShopifyProductsProfitsByStore

Parameters
  • shopifyStoreSlug: Object With Shopify Store Slug.
  • limit: Object With Elements Quantity Per Page.
Return

A list of Shopify Products data filtered by store slug.

- listTodayShopifyProductProfitByProductId

Parameters
  • shopifyProductId: Object With Shopify Product Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with today Shopify Product Profit.

- updateShopifyProductProfitById

Parameters
  • shopifyProductProfitId: Shopify Product Profit Id.
  • shopifyProductProfitData: Shopify Product Profit Data.
Return

An object with Shopify Product Profit data updated.

Shopify Order - Functions


- saveShopifyOrder

Parameters
  • shopifyOrderData: Shopify Order Data.
Return

An object with Shopify Order data.

- saveShopifyOrders

Parameters
  • shopifyOrdersData: An array with Shopify Orders Data.
Return

Do not have return.

- listOrdersAndMercadoPagoCredentialByShopifyStoresId

Parameters
  • shopifyStoreIds: Object With Shopify Store Ids.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Order data and Mercado Pago Credential filtered by range of startDate to endDate.

- listShopifyOrdersUpdatedByDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Order data filtered by updated at and range of startDate to endDate.

- listShopifyOrdersCreatedByDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • startDate: Object With Start Date.
  • endDate: Object With End Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Order data filtered by created at and range of startDate to endDate.

Shopify Custom Spend - Functions


- saveShopifyCustomSpend

Parameters
  • shopifyCustomSpendData: Object With Shopify Custom Spend Data.
  • tz: Object With Shopify Store Timezone.
Return

An object with Shopify Custom Spend data.

- listShopifyCustomSpendsByShopifyStoreId

Parameters
  • shopifyStoreId: Shopify Store Id.
Return

A list of objects with Shopify Custom Spend data filtered by Shopify Store id.

- listShopifyCustomSpendById

Parameters
  • shopifyCustomSpendId: Shopify Custom Spend Id.
Return

An object with Shopify Custom Spend data filtered by id.

- listShopifyCustomSpendsByBillingDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Custom Spend data filtered by billing date and Shopify Store id.

- listAndUpdateShopifyCustomSpendsByYesterdayBillingDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Custom Spend data filtered by yesterday billing date and Shopify Store id.

- updateShopifyCustomSpendById

Parameters
  • shopifyCustomSpendId: Object With Shopify Custom Spend Id.
  • shopifyCustomSpendData: Object With Shopify Custom Spend Data.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Shopify Custom Spend data updated.

Shopify Custom Spend Billing - Functions


- saveShopifyCustomSpendBilling

Parameters
  • shopifyCustomSpendBillingData: Shopify Custom Spend Billing Data.
Return

An object with Shopify Custom Spend data.

- listShopifyCustomSpendsBillingByBillingDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Shopify Custom Spend Billing data filtered by billing date and Shopify Store id.

- listShopifyCustomSpendBillingByBillingDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object Custom Spend Billing data filtered by billing date and Shopify Store id.

- updateShopifyCustomSpendBillingById

Parameters
  • shopifyCustomSpendBillingId: Shopify Custom Spend Billing Id.
  • shopifyCustomSpendBillingData: Shopify Custom Spend Billing Data.
Return

An object with Shopify Custom Spend Billing data updated.

Facebook Credential - Functions


- saveFacebookCredential

Parameters
  • facebookCredentialData: Facebook Credential Data.
Return

An object with Facebook Credential data.

- listFacebookCredentials

Parameters
  • This method has not parameter
Return

A list of objects with Facebook Credential data.

- listFacebookCredentialById

Parameters
  • facebookCredentialId: Facebook Credential Id.
Return

An object with Facebook Credential data filtered by id.

- listFacebookCredentialByUserId

Parameters
  • dashboardUserId: Dashboard User Id.
Return

An object with Facebook Credential data filtered by dashboard user id.

- updateFacebookCredentialById

Parameters
  • facebookCredentialId: Facebook Credential Id.
  • facebookCredentialData: Facebook Credential Data.
Return

An object with Facebook Credential data updated.

- deleteFacebookCredentialByDashboardUser

Parameters
  • dashboardUserId: Dashboard User Id.
Return

An object with Facebook Credential data deleted.

Facebook Ad Account - Functions


- saveFacebookAdAccount

Parameters
  • facebookAdAccountData: Facebook Ad Account data.
Return

An object with Facebook Ad Account data.

- saveFacebookAdAccounts

Parameters
  • facebookAdAccountsData: Array With Facebook Ad Account Data.
Return

An object with Facebook Ad Account data.

- saveFacebookAdAccountsActive

Parameters
  • facebookAdAccountsData: Array With Facebook Ad Account Data With Active Property.
Return

An object with Facebook Ad Account data.

- listFacebookAdAccounts

Parameters
  • This method has not parameter
Return

A list of Facebook Ad Account data.

- listFacebookAdAccountById

Parameters
  • adAccountId: Facebook Ad Account Id.
Return

An object with Facebook Ad Account data filtered by id.

- listFacebookAdAccountByDashboardUserId

Parameters
  • dashboardUserId: Object With Dashboard User Id.
  • shopifyStoreId: Object With Shopify Store id.
Return

A list of Facebook Ad Account data filtered by Dashboard User id and Shopify Store id.

- listActiveFacebookAdAccountByDashboardUserId

Parameters
  • dashboardUserId: Dashboard User Id.
Return

A list with Facebook Ad Account data filtered by Dashboard User id.

- listFacebookAdAccountByShopifyStoreId

Parameters
  • shopifyStoreId: Shopify Store Id.
Return

A list Facebook Ad Account data filtered by Shopify Store id.

- listActiveFacebookAdAccountByShopifyStoreId

Parameters
  • shopifyStoreId: Shopify Store Id.
Return

A list Facebook Ad Account data filtered by Shopify Store id.

- updateFacebookAdAccountById

Parameters
  • adAccountId: Object With Facebook Ad Account Id.
  • adAccountData: Object With Facebook Ad Account Data.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Facebook Ad Account data updated.

- deleteFacebookAdAccountsByDashboardUser

Parameters
  • dashboardUserId: Object With Dashboard User Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Ad Account data deleted.

Facebook Ad Account Insight - Functions


- saveFacebookAdAccountInsight

Parameters
  • facebookAdAccountInsightData: Facebook Ad Account Insight Data.
Return

An object with Facebook Ad Account Insight data.

- listFacebookAdAccountsInsightByInsightDate

Parameters
  • shopifyStoreId: Object With Shopify Store Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Ad Accounts Insight filtered by Shopify Store id and today date.

- listFacebookAdAccountInsightByInsightDate

Parameters
  • facebookAdAccountId: Object With Facebook Ad Account Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Ad Accounts Insight filtered by insight date, Facebook Ad Account id and today date.

- updateFacebookAdAccountInsightById

Parameters
  • facebookAdAccountInsightId: Facebook Ad Account Insight Id.
  • facebookAdAccountInsightData: Facebook Ad Account Insight Data.
Return

An object with Facebook Ad Account Insight data updated.

Facebook Campaign - Functions


- saveFacebookCampaign

Parameters
  • facebookCampaignData: Facebook Campaign Data.
Return

An object with Facebook Campaign data.

- saveFacebookCampaigns

Parameters
  • facebookCampaignData: Array With Facebook Campaign Data.
Return

A list of Facebook Campaign data that was inserted.

- saveFacebookCampaignsActive

Parameters
  • facebookCampaignData: Array With Facebook Campaign Data With Active Property.
Return

A list of Facebook Campaign data that was inserted.

- listFacebookCampaigns

Parameters
  • This method has not parameter
Return

A list of objects with Facebook Campaign data.

- listFacebookCampaignById

Parameters
  • facebookCampaignId: Facebook Campaign Id.
Return

An object with Facebook Campaign data filtered by id.

- listActiveFacebookCampaignByShopifyProductId

Parameters
  • shopifyProductId: Shopify Product Id.
Return

An object with Facebook Campaign data filtered by Shopify Product id.

- listFacebookCampaignByFacebookAdAccountId

Parameters
  • facebookAdAccountId: Facebook Ad Account Id.
Return

An object with Facebook Campaign data filtered by facebook ad account id.

- listActiveFacebookCampaignByFacebookAdAccountId

Parameters
  • facebookAdAccountId: Object With Facebook Ad Account Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Facebook Campaign data filtered by facebook ad account id.

- updateFacebookCampaignById

Parameters
  • facebookCampaignId: Object With Facebook Campaign Id.
  • facebookCampaignData: Object With Facebook Campaign Data.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

An object with Facebook Campaign data updated.

- deleteFacebookCampaignsByDashboardUser

Parameters
  • dashboardUserId: Object With Dashboard User Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Campaign data deleted.

Facebook Campaign Insight - Functions


- saveFacebookCampaignInsight

Parameters
  • facebookCampaignInsightData: Facebook Campaign Insight Data.
Return

An object with Facebook Campaign Insight data.

- listFacebookCampaignsInsightByInsightDate

Parameters
  • shopifyProductId: Object With Shopify Product Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Campaigns Insight filtered by Shopify Product id and today date.

- listFacebookCampaignInsightByInsightDate

Parameters
  • facebookCampaignId: Object With Facebook Campaign Id.
  • todayDate: Object With Today Date.
  • tz: Object With Shopify Store Timezone.
Return

A list of Facebook Campaigns Insight filtered by insight date, Facebook Campaign id and today date.

- updateFacebookAdAccountInsightById

Parameters
  • facebookCampaignInsightId: Facebook Campaign Insight Id.
  • facebookCampaignInsightData: Facebook Campaign Insight Data.
Return

An object with Facebook Campaign Insight data updated.

Migration

To generate new migration use:

  yarn migration:create --name=test

To apply migrations to a database use (environment vars):

 yarn run db:migrate

To drop all migrations in database use:

 yarn run db:migrate:undo:all

Seed

To generate new seed use:

  yarn seed:create --name=test

To apply seeds to a database use (environment vars):

 yarn run db:seed

To revert all seed in database use:

 yarn run db:seed:undo

Tests

To execute all tests use:

 yarn test

License

© 2019 PROFITFY.ME ALL RIGHTS RESERVED

2.9.10

4 years ago

2.9.11

4 years ago

2.9.9

4 years ago

2.9.7

4 years ago

2.9.6

4 years ago

2.9.4

4 years ago

2.9.5

4 years ago

2.9.3

4 years ago

2.9.2

4 years ago

2.9.0

4 years ago

2.9.1

4 years ago

2.8.11

4 years ago

2.8.9

4 years ago

2.8.10

4 years ago

2.8.8

4 years ago

2.8.7

4 years ago

2.8.6

4 years ago

2.8.5

4 years ago

2.8.4

4 years ago

2.8.3

4 years ago

2.8.2

4 years ago

2.8.1

4 years ago

2.8.0

4 years ago

2.7.4

4 years ago

2.7.2

4 years ago

2.7.1

4 years ago

2.7.3

4 years ago

2.6.15

4 years ago

2.6.14

4 years ago

2.7.0

4 years ago

2.6.13

4 years ago

2.6.12

4 years ago

2.6.11

4 years ago

2.6.10

4 years ago

2.6.9

4 years ago

2.6.8

4 years ago

2.6.7

4 years ago

2.6.6

4 years ago

2.6.5

4 years ago

2.6.4

4 years ago

2.6.3

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.2

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.5

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

1.1.10-beta.20

4 years ago

1.1.10-beta.19

4 years ago

1.1.10-beta.17

4 years ago

1.1.10-beta.18

4 years ago

1.1.10-beta.16

4 years ago

1.1.10-beta.15

4 years ago

1.1.10-beta.13

4 years ago

1.1.10-beta.14

4 years ago

1.1.10-beta.12

4 years ago

1.1.10-beta.11

4 years ago

1.1.10-beta.9

4 years ago

1.1.10-beta.10

4 years ago

1.1.10-beta.8

4 years ago

1.1.10-beta.7

4 years ago

1.1.10-beta.6

4 years ago

1.1.10-beta.3

4 years ago

1.1.10-beta.4

4 years ago

1.1.10-beta.2

4 years ago

1.1.10-beta.1

4 years ago

1.1.9-beta.35

4 years ago

1.1.9-beta.33

4 years ago

1.1.9-beta.34

4 years ago

1.1.9-beta.31

4 years ago

1.1.9-beta.32

4 years ago

1.1.9-beta.30

4 years ago

1.1.9-beta.29

4 years ago

1.1.9-beta.28

4 years ago

1.1.9-beta.27

4 years ago

1.1.9-beta.25

4 years ago

1.1.9-beta.26

4 years ago

1.1.9-beta.24

4 years ago

1.1.9-beta.23

4 years ago

1.1.9-beta.21

4 years ago

1.1.9-beta.22

4 years ago

1.1.9-beta.20

4 years ago

1.1.9-beta.19

4 years ago

1.1.9-beta.17

4 years ago

1.1.9-beta.18

4 years ago

1.1.9-beta.16

4 years ago

1.1.9-beta.15

4 years ago

1.1.9-beta.14

4 years ago

1.1.9-beta.13

4 years ago

1.1.9-beta.12

4 years ago

1.1.9-beta.11

4 years ago

1.1.9-beta.9

4 years ago

1.1.9-beta.10

4 years ago

1.1.9-beta.8

4 years ago

1.1.9-beta.6

4 years ago

1.1.9-beta.7

4 years ago

1.1.9-beta.5

4 years ago

1.1.9-beta.4

4 years ago

1.1.9-beta.3

4 years ago

1.1.9-beta.2

4 years ago

1.1.9-beta.1

4 years ago

1.1.8-beta.41

4 years ago

1.1.8-beta.40

4 years ago

1.1.8-beta.39

4 years ago

1.1.8-beta.38

4 years ago

1.1.8-beta.37

4 years ago

1.1.8-beta.36

4 years ago

1.1.8-beta.35

4 years ago

1.1.8-beta.33

4 years ago

1.1.8-beta.34

4 years ago

1.1.8-beta.32

4 years ago

1.1.8-beta.30

4 years ago

1.1.8-beta.31

4 years ago

1.1.8-beta.29

4 years ago

1.1.8-beta.28

4 years ago

1.1.8-beta.27

4 years ago

1.1.8-beta.25

4 years ago

1.1.8-beta.26

4 years ago

1.1.8-beta.24

4 years ago

1.1.8-beta.22

4 years ago

1.1.8-beta.23

4 years ago

1.1.8-beta.21

4 years ago

1.1.8-beta.20

4 years ago

1.1.8-beta.19

4 years ago

1.1.8-beta.18

4 years ago

1.1.8-beta.17

4 years ago

1.1.8-beta.16

4 years ago

1.1.8-beta.14

4 years ago

1.1.8-beta.15

4 years ago

1.1.8-beta.13

4 years ago

1.1.8-beta.12

4 years ago

1.1.8-beta.11

4 years ago

1.1.8-beta.10

4 years ago

1.1.8-beta.9

4 years ago

1.1.8-beta.8

4 years ago

1.1.8-beta.7

4 years ago

1.1.8-beta.6

4 years ago

1.1.8-beta.5

4 years ago

1.1.8-beta.4

4 years ago

1.1.8-beta.3

4 years ago

1.1.8-beta.2

4 years ago

1.1.8-beta.1

4 years ago

1.1.7-beta.44

4 years ago

1.1.7-beta.42

4 years ago

1.1.7-beta.40

4 years ago

1.1.7-beta.39

4 years ago

1.1.7-beta.38

4 years ago

1.1.7-beta.37

4 years ago

1.1.7-beta.36

4 years ago

1.1.7-beta.35

4 years ago

1.1.7-beta.34

4 years ago

1.1.7-beta.33

4 years ago

1.1.7-beta.32

4 years ago

1.1.7-beta.31

4 years ago

1.1.7-beta.29

4 years ago

1.1.7-beta.30

4 years ago

1.1.7-beta.28

4 years ago

1.1.7-beta.27

4 years ago

1.1.7-beta.26

4 years ago

1.1.7-beta.25

4 years ago

1.1.7-beta.24

4 years ago

1.1.7-beta.22

4 years ago

1.1.7-beta.21

4 years ago

1.1.7-beta.20

4 years ago

1.1.7-beta.19

4 years ago

1.1.7-beta.18

4 years ago

1.1.7-beta.17

4 years ago

1.1.7-beta.16

4 years ago

1.1.7-beta.15

4 years ago

1.1.7-beta.14

4 years ago

1.1.7-beta.13

4 years ago

1.1.7-beta.12

4 years ago

1.1.7-beta.11

4 years ago

1.1.7-beta.10

4 years ago

1.1.7-beta.9

4 years ago

1.1.7-beta.8

4 years ago

1.1.7-beta.7

5 years ago

1.1.7-beta.5

5 years ago

1.1.7-beta.4

5 years ago

1.1.7-beta.3

5 years ago

1.1.7-beta.2

5 years ago

1.1.7-beta.1

5 years ago

1.1.6-beta.34

5 years ago

1.1.6-beta.33

5 years ago

1.1.6-beta.32

5 years ago

1.1.6-beta.31

5 years ago

1.1.6-beta.30

5 years ago

1.1.6-beta.29

5 years ago

1.1.6-beta.28

5 years ago

1.1.6-beta.27

5 years ago

1.1.6-beta.26

5 years ago

1.1.6-beta.25

5 years ago

1.1.6-beta.24

5 years ago

1.1.6-beta.23

5 years ago

1.1.6-beta.22

5 years ago

1.1.6-beta.21

5 years ago

1.1.6-beta.20

5 years ago

1.1.6-beta.19

5 years ago

1.1.6-beta.18

5 years ago

1.1.6-beta.17

5 years ago

1.1.6-beta.16

5 years ago

1.1.6-beta.15

5 years ago

1.1.6-beta.14

5 years ago

1.1.6-beta.13

5 years ago

1.1.6-beta.12

5 years ago

1.1.6-beta.11

5 years ago

1.1.6-beta.10

5 years ago

1.1.6-beta.9

5 years ago

1.1.6-beta.7

5 years ago

1.1.6-beta.6

5 years ago

1.1.6-beta.5

5 years ago

1.1.6-beta.4

5 years ago

1.1.6-beta.3

5 years ago

1.1.6-beta.2

5 years ago

1.1.6-beta.1

5 years ago

1.1.5-beta.31

5 years ago

1.1.5-beta.30

5 years ago

1.1.5-beta.29

5 years ago

1.1.5-beta.26

5 years ago

1.1.5-beta.25

5 years ago

1.1.5-beta.24

5 years ago

1.1.5-beta.22

5 years ago

1.1.5-beta.21

5 years ago

1.1.5-beta.20

5 years ago

1.1.5-beta.19

5 years ago

1.1.5-beta.18

5 years ago

1.1.5-beta.17

5 years ago

1.1.5-beta.16

5 years ago

1.1.5-beta.14

5 years ago

1.1.5-beta.13

5 years ago

1.1.5-beta.12

5 years ago

1.1.5-beta.11

5 years ago

1.1.5-beta.10

5 years ago

1.1.5-beta.9

5 years ago

1.1.5-beta.8

5 years ago

1.1.5-beta.7

5 years ago

1.1.5-beta.6

5 years ago

1.1.5-beta.4

5 years ago

1.1.5-beta.3

5 years ago

1.1.5-beta.2

5 years ago

1.1.5-beta.1

5 years ago

1.1.5

5 years ago

1.1.4-beta.14

5 years ago

1.1.4-beta.13

5 years ago

1.1.4-beta.12

5 years ago

1.1.4-beta.11

5 years ago

1.1.4-beta.10

5 years ago

1.1.4-beta.9

5 years ago

1.1.4-beta.8

5 years ago

1.1.4-beta.7

5 years ago

1.1.4-beta.6

5 years ago

1.1.4-beta.5

5 years ago

1.1.4-beta.4

5 years ago

1.1.4-beta.3

5 years ago

1.1.4-beta.2

5 years ago

1.1.4-beta.1

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1-beta.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.13

5 years ago

1.0.12-beta.1

5 years ago

1.0.12

5 years ago

1.0.11-beta.1

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6-beta.2

5 years ago

1.0.6-beta.1

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago