Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Releases: watermint/Semester

Project name refactoring

Pre-release

Choose a tag to compare

@watermint watermint released this 06 Aug 23:51

Project names are renamed like below.

  • etude-epice ... Basic utilities
  • etude-pain ... Wrapper for external libraries.
  • etude-gazpacho ... Frontend framework, or wrapper for frontend framework.
  • etude-manieres ... Design convention, or rules.
  • etude-pintxos ... Wrapper for external services.
  • etude-vino ... Business logic.
  • etude-table ... Application, or assembled logics.

Remove dependencies with twitter libraries

Choose a tag to compare

@watermint watermint released this 07 Jul 23:54

Since twitter libraries are huge. These libraries are tightly dependent on twitter company's policies, infrastructures, and life cycles.
Risks of this project -- Semester -- considered were:

  • Twitter libraries like twitter-util not yet support Scala 2.11, which released in March 2014.
  • Withdrawn libraries like snowflake
  • Twitter libraries have some incompatibilities like Future in Scala. Twitter libraries have their own libraries. This may cause complexity in handling things even if it is small and simple use case.

Migrated components

Reference

May 2014

May 2014 Pre-release
Pre-release

Choose a tag to compare

@watermint watermint released this 07 Jul 23:45

Since this release, version numbers are tagged with 0.(month count from 2014-01).(releases within the month) like follows.

  • 0.5.x - 2014-05
  • 0.6.x - 2014-06
  • 0.12.x - 2014-12
  • 0.13.x - 2015-01

Project cleanup

Project cleanup Pre-release
Pre-release

Choose a tag to compare

@watermint watermint released this 24 Apr 23:36
  • Removed deprecated projects in 0.1.*
  • Reorganize package structure

Holiday API and Gare HTTP Dispatcher

Pre-release

Choose a tag to compare

@watermint watermint released this 31 Jan 07:02

Holiday API

The API for determining whether the day is a holiday or not.

% curl holiday.watermint.org/country/JP/2014-01-01
{"holiday":true}

Gare HTTP Dispatcher

Dispatch HTTP request by sub-domain name to specific port number.